We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thank you for the nice wrapper! Just noticed that the type is not preserved for booleans, although it does not affect my workflow.
>>> import pytomlpp as toml >>> toml.dumps({'x': True}) 'x = 1'
python==3.8.5 pytomlpp==0.3.4
The text was updated successfully, but these errors were encountered:
Thanks! I will take a look and get back to you.
Sorry, something went wrong.
2042664
Hi this is fixed by my last commit and I am releasing a new version now. Please do let me know if you have further questions
Thank you for the quick reply, I've updated the package and the problem is gone.
No branches or pull requests
Hi! Thank you for the nice wrapper! Just noticed that the type is not preserved for booleans, although it does not affect my workflow.
python==3.8.5
pytomlpp==0.3.4
The text was updated successfully, but these errors were encountered: