Michael Droettboom

Results 50 comments of Michael Droettboom

I can't self-assign, but to be clear, I'm also offering to do this work ;)

Yes, it's my understanding that the SDL port that comes with emscripten is pretty solid, so I'd definitely use that as a starting point. Realistically, I probably don't have the...

There is documentation on making new Pyodide packages here: https://github.com/iodide-project/pyodide/blob/master/docs/new_packages.md I suspect the biggest hurdle with pygame will be getting it to work with SDL. Fortunately, emscripten ships with its...

I'd definitely be interested in a pull request for that, but it's unlikely we'll have the bandwidth to work on this in the near future.

Thanks for the PR! There's one key thing missing here: this doesn't actually tell matplotlib what the new size of the figure is and let it resize it -- it's...

Hmm... I'm not sure, but it's probably some detail in the math of conversion from pixels to inches. It's a little complicated by the way browsers handle high-resolution (retina) displays,...

Draft 6 is done. I haven't started the Draft 7 work, but now that Python's `jsonschema` has support it should hopefully be smooth sailing.

First round of Draft 7 changes are available in https://github.com/json-schema-org/understanding-json-schema/pull/84

Chrome 33 no longer seems to have this bug. Safari 7 does.

Thanks so much for the contribution. I was hoping someone would come along and do this. There are other places where this information has been duplicated, most notably in `reference/type.rst`,...