Abhas Bhattacharya

Results 18 issues of Abhas Bhattacharya

I am trying to use it with a TypeScript project, but couldn't find any type definition file either in this repo or DefinitelyTyped. I could spend time on adding those....

From ipython 1.0 changelog ( http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html ): > We have removed the frontend subpackage, as it caused unnecessary depth. So what was IPython.frontend.qt is now IPython.qt, and so on.

I am very fond of this functionality as it always seemed to me like i actually forget the details of the change during commit. And as its implemented right now...

https://github.com/FormidableLabs/prism-react-renderer/blob/86c05728b6cbea735480a8354546da77ae8b00d9/src/components/Highlight.js#L134 In Highlight.js (and probably other parents), children is rendered by calling it as a function. This can cause a subtle but hard-to-find issue depending on user's code. 1. If...

## Expected behaviour https://github.com/conventional-changelog/commitlint/pull/901 added support for multiple scopes, but prompt and prompt-cli still doesn't understand them. It should support multiple scopes - both as step-by-step autocomplete as well as...

feature

This is an ideological question rather than any bug. I like the problem you are trying to solve, but am a little sceptical about it and hence this question. How...

General discussion about what more to add and todo items - TODO items - - [x] Check if an identifier is referenced - [ ] Is there a way to...

documentation

Part of #2. Only example added for discussion. DONT MERGE now.

I have been reading the Ecmascript spec on mobile for some time. And IMO, it kinda works - but overall things felt somewhat retrofitted to work on mobile. I guess...

Changes made : 1. Move files from ./instantmusic-0.1 to ./instantmusic as its not a good way of doing versioning. Use git tag instead 2. Delete install.sh and install.bat and super_installer.py...