Rahul Thakare

Results 14 issues of 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 ![image](https://user-images.githubusercontent.com/16685565/53286621-4e043a00-3797-11e9-9365-4ac8bc7cdd83.png) 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...

Feature request

## 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...

Improvement
Discussion

## 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....

Improvement

## 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...

bug

Everything is good and there's a code indentation problem. ![2019-01-20_13-44-32](https://user-images.githubusercontent.com/16685565/51436867-ffa4dc80-1cba-11e9-95f8-3c1fb6e330c8.gif) Looks like this is an issue related to **CodeMirror**. Thanks in advance for solving this. 👍🏼

bug

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...

Improvement

### 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? ###...

translation
PR: reviewed-changes-requested

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)...