Sasank Chilamkurthy

Results 31 comments of Sasank Chilamkurthy

cd to directory with the example. run `python x.py`. This should print something and exit with 0.

But it works for me Partial word search doesn't seem to work, yeah.

Ah. So search doesn't work on markdown? Weird.

This is sphinx-gallery's 'problem'. Not sphinx directly. Lemme know if I get this correct: this particular random string - `python-lark-utTVdH` in the generated rst causes reproducability issues. If you want,...

You can dockerize the build so that it's completely reproducible.

Please ping me on this thread after completion. Adding it to tutorials is fairly easy. [README](https://github.com/pytorch/tutorials#contributing) has contributing guidelines. There's also a script to convert notebook to documentation.

Hey @choldgraf @Cadair, I have already written a tool to convert a ipynb notebook to python file as required by sphinx-gallery. [Here it is](https://gist.github.com/chsasank/7218ca16f8d022e02a9c0deb94a310fe). It uses pandoc. It works very...

Great! > I'm happy to provide advice if you want it. Awesome. We'd certainly want some advice. Although we have a lot of background on web, our idea of dicom...

ASGI is designed to be work for both synchronous and asynchronous protocols - unlike WSGI. Although most of the protocol is written for HTTP and websocket, we can extend it...

We have suggested twisted primarily because of its documentation for tcp/ip protocols. However, twisted has become somewhat 'oldschool'. I'm no expert in systems programming but [trio](https://trio.readthedocs.io/en/stable/design.html) seems quite interesting. What...