Diptesh Choudhuri

Results 468 comments of Diptesh Choudhuri

I think this issue can be closed now since a PR was already merged

Update: it works fine if I use `axios` to make the requests.

@machour I am not able to reproduce it anywhere else. Can you give instructions on how to debug the `web-fetch` package? When I try to add a `console.log` in the...

@sergiodxa As I said before, I am not able to reproduce it in a simple repository. The error is occurring in this repository: https://github.com/IgnisDa/codefarem/tree/remix-issue Could you take a look at...

The docs will be initially generated using the code doctstrings. However the functionality can be extended later and more handwritten tutorials, faqs and contributing guides etc can be written. If...

Update: I have started working on this and the basic docs are working as expected. However, I noticed that `sphinx` relies on `python>=3.5` but this project relies on `python>=3.0`. This...

I request you to please reconsider this. Once you start using poetry you will find it much easier to solve dependency issues (for eg I couldn't solve those using standard...

Alright, fortunately I have worked with Pipenv. I will use that to manage dependencies.

# RFC: `moon graph` I took some time to research how we can tackle this and I am writing it down here. ## Some notes - When I say dep...

@milesj I am not sure how vscode extension packaging works, but lets say we write the graph visualizer in svelte (I have heard it has great integration with vscode extensions)....