sametmax
sametmax
If you don't mention the "Date" field, you get: ``` Could not process xxx.ipynb | Exception: Could not find metadata in `.ipynb-meta`, inside `.ipynb` or external `.md` file. ``` But...
Hi, I'm a autobahn contributors (not author) and I watched your [realtime conf](http://vimeo.com/77289036) which made me wonder if it would be beneficial to integrate the JS [WAMP.ws](http://wamp.ws/) implementation with your...
PyDataset is a fantastic tool to learn Python. But requiring pandas (and hence numpy) is a big barrier of entry. What's more you may want to be able to load...
This fantastic idea, kudos. With the growing number of dataset your tool will support, you will quickly run out of names. And searching about a particular dataset will be hard....
I reported this issue [on the Python tracker](https://bugs.python.org/issue26455) but got no answer. If you trigger `KeyboardInterrupt` in a coroutine and catch it, the program terminates cleanly: ``` import asyncio async...
Things like Queue have self._loop reference. If you change the loop, suddenly you have weird errors occuring and you need to hunt down every single object having a reference to...
It will prevent the UI from blocking and should feel faster. Also, we should start processing the paste before the page rendering (as soon as we got the paste data...
See https://github.com/sametmax/0bin/issues/78#issuecomment-115955052
From #23. We could make the comments this way : ``` javascript only paginated using javascript pluggable (so one may use disqu he he wants to spare his server, we...
See #39 for context.