david weil

Results 9 comments of david weil

This also happens to my.. in my case it worked by removing initial 0x from address...

I fixed that changing some provided css.. it wasn't really hard to find at all. Let me know if you still neeed this.

Same here. [This comment](https://github.com/sparksuite/simplemde-markdown-editor/blob/master/src/js/simplemde.js#L1381) from simplemde editor source may explain what is happening: ``` // The codemirror component is only available after rendering // so, the setter for the initialValue...

I would like to know if there is any news about this issue. I tried to decode the market and it fails checking marketinfo header/padding: ``` solana@pc18:~$ NODEURL=https://api.devnet.solana.com python3 pyparser.py...

Right now it works for me (ExifRead==2.3.2) . These are just some of the fields returned by library (I selected the most representative) : ``` { "name" : "P5090001.ORF", "exif"...

> I had actually started work on this a while ago, the main problem is not breaking backwards compatibility. The code is a bit hairy on this. You could do...

Of course, as it is commented on #59, it would be better if you can avoid to str(v) and keep value's type in json()'s output..

Oh, just saw this ticket after creating the PR14 with a new python3 version of the code and lots of cosmetic changes and perhaps some useful like removing a duplicate...

> You may not need to do anything. Try [glibcoro](https://github.com/ldo/glibcoro) to provide the `asyncio` wrapper for the GLib event loop, and pydbus should be able to work with asyncio-using code...