snapperVibes

Results 6 comments of snapperVibes

"Good first issue" is what I'm looking for! I'll write the code tomorrow.

As a first time contributor, this seems like a fun starting point. I'll give it a shot sometime in the next week.

Oddly enough, there is an unused method to dump inline tables. Considering Uiri did 90% of what was needed to implement inline tables in 2017 but never finished it, not...

It looks like `toml.loads('var = 0xb0')` works only by accident; the [TOML 1](https://toml.io/en/v1.0.0-rc.3#integer) has support for hexadecimal but lower versions didn't, and the test suite doesn't test against hexadecimal, binary,...