-
Notifications
You must be signed in to change notification settings - Fork 374
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
MapTo cannot parse values as uint8 #302
Comments
Lines 211 to 212 in 5e97220
Here's where the problem might lie |
That's what I did. Does the lib parse byte arrays? I wonder why that comment is there. |
My guess 😥 All values loaded in the ini are considered to be strings, if by default 1 string character is a byte, if a non-ASCII character is encountered it will not be parsed to a byte or will be lost
|
Describe the bug
Parsing the following:
When using MapTo results in:
If the type is
uint8
:To Reproduce
Just load the config and use
MapTo
:Expected behavior
MapTo
should be able to parse values asuint8
.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here, or any suggestion to fix the problem.
The text was updated successfully, but these errors were encountered: