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
Hit this earlier today, just opening issues so I don't forget to PR fixes 😅
TL;DR: true values get exported as '1' and false values get exported as (nothing). This results in incorrect values once imported again.
true
'1'
false
Will PR soon!
The text was updated successfully, but these errors were encountered:
Good stuff, keep 'em coming 😄
Sorry, something went wrong.
Cast booleans back at import (closes mattias-persson#11)
c55da38
No branches or pull requests
Hit this earlier today, just opening issues so I don't forget to PR fixes 😅
TL;DR:
(nothing). This results in incorrect values once imported again.
true
values get exported as'1'
andfalse
values get exported asWill PR soon!
The text was updated successfully, but these errors were encountered: