Sam Byass
Sam Byass
You need to set the ForceNoInline property on the package table itself.
See the readme. We serialize data in a predictable fashion, and prioritise that over everything else. So it doesn't matter what format the input was in, it gets cleaned up...
So I attempted to review this but I think you have a massive number of thread safety issues. I got thousands of exceptions - some concurrent modification, some `sequence contained...
My expectation is that a lot of these tests would not pass, because Tomlet is opinionated on things such as ordering and whitespace in the TOML it produces (i.e. it...
Then this might be feasible. I'll take a look at some point (ideally in the near future), but I can't be sure exactly when I'll have time.
The above commit creates a basic decoder project. 174 of the 185 "valid" tests pass, with most of the failures being what I had decided was undefined behaviour but which...
Worth mentioning that I believe there is a weblate plugin or setting to machine translate and ask translators to make corrections, if that is of any use
What version of unity?
Tomlet cannot magically associate comments with the deserialized object. To preserve this comment you would need to parse to a document manually, keep that document around, deserialize the document to...