Jeremy Sanders

Results 6 comments of Jeremy Sanders

Thanks very much. I've attempted to translate the graphics interface. I'm now trying to make a demo app to see if it works...

The good news is that I'm getting an almost pixel-perfect copy of the Gtk output using my Qt backend for almost all of the samples. Unfortunately here are my current...

Ok, I think I've narrowed this down to the presence of `\x` in the string: In [24]: toml.dumps({'a': r'\x43'}) Out[24]: 'a = "\\u0043"\n' https://github.com/uiri/toml/blob/59d83d0d51a976f11a74991fa7d220fc630d8bae/toml/encoder.py#L98 is wrong, as it splits on...

I've created a pull request. However, I notice there are problems with strings like '\x02' which don't seem to work, which my pull request doesn't address.

Would it be possible to give someone else write access to at least fix the obvious bugs?

Could you please provide a simple example to create a file like this?