Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't have arrays of numbers unless using yaml source #6

Open
tomchipchase opened this issue Nov 11, 2014 · 0 comments
Open

Can't have arrays of numbers unless using yaml source #6

tomchipchase opened this issue Nov 11, 2014 · 0 comments

Comments

@tomchipchase
Copy link
Collaborator

ENV and ini files don't have a native way to do Arrays of numbers.

This means, they are stored as strings with comma separators. However, there's nothing to indicate that the individual items should be converted to numbers when they are used.

This is not a problem for yaml sources as they can have native arrays of numbers.

Possibly need to add a second argument to the type, so that another converter can be used for each item in the Array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant