Shubhadeep Roychowdhury

Results 10 issues of Shubhadeep Roychowdhury

Well, the title of the issue tells it all, but just to clarify, we may need a better documentation (something in the read the docs or something like that, or...

documentation
good first issue

The `pip install` works for Windows however, even if the `create_libs` works it seems that the generated library is not the right one. We need to figure that out and...

enhancement

Right now Parser objects are stateful (in a sense that each obejct keep the parse tree internally and also the raw code and all, of the file / code string...

question
discussion

As an alternative to doing this ``` from tree_hugger.core import PythonParser pp = PythonParser() ``` We also suggest having something like this ``` from tree_hugger.language_factory import get_parser pp = get_parser('Python')...

enhancement

Despite trying hard, the Primary API of tree-hugger is yet not normalized. We need to make a detailed description of the standard method names and normalize it across language implementations.

enhancement

We may also want to make the .so files a part of the core code (I am not sure about it, let's discuss) Hold on on this one

Hey! This is really great, however, the django data is not present. Do you think you can upload that? Looking forward to knowing from you. Thanks in advance

Hello, I think it is a nice little utility library. However, I have two questions 1.> What is its own overhead while trying to collect the stats? 2.> I checked...

If you go to the github page of [Atari-py](https://github.com/openai/atari-py) then you will see the following > **Status**: Deprecated (don't expect bug fixes or other updates) > > Notice: atari-py is...