Rahul Thakare
Rahul Thakare
There was a spelling mistake on line 334 where it originally said "itetators" so it is now correctly changed to "iterators".
## Current Behavior  Currently the **Export JSON** button exports the snippet in **.json** format and **not really** in the actual snippet filetype. The expoerted snippet json does contain the...
## Current Behavior As the snippets collection grows, it seriously hampers the performance of the app! Simple usage of app feels sluggish. ## Expected Behavior The app should run relatively...
## Current Behavior I am on `1366x768` sized laptop screen. Though this is a very common laptop screen size and I can get many of my jobs done using it....
## Current Behavior The keyboard combo Ctrl+S does not work consistently for all use cases. For creating a snippet, it works randomly and not guaranteed to work next time. For...
Everything is good and there's a code indentation problem.  Looks like this is an issue related to **CodeMirror**. Thanks in advance for solving this. 👍🏼
Hi buddy, this is my time opening issue in this awesome project. Thanks for this. I am having some suggestions to improve the UX of the product. ⭕ Currently creating...
### Summary Added the README-Hindi. Related to issue #2132 ([Translations] Adding Hindi README) Fixes #2132 ### What should a reviewer concentrate their feedback on? - [x] Everything looks ok? ###...
Removed `### code` headings from JS snippets file. Having this heading just above the actual code block was not yielding anything but was just increasing line count. 😒 Refactored kubernetes...
On your site under [Array::reject](http://anahkiasen.github.io/underscore-php/#Arrays-reject) there is a typo in the method usage example. The example uses **Array::filter** method insted of **Array::reject** The example says: ``` Arrays::filter(array(1, 2, 3), function($value)...