Hammed Oyedele
Hammed Oyedele
 This pull request adds support for Dart.
I discovered this app that you can use to test Regular Expressions and of course, I know there is RegexTester.com but I needed something that I can work offline. The...
Great job here. I want to suggest adding support for the optional chaining operator e.g Code: ```js 'use strict'; function greet(name) { name = name || 'World' var isJohn =...
First of all, good job on this tool but I am currently using a nested environment variables structure for an API I am developing but the merging always conflicts with...
Hello there! The generator since version 0.4.4 is throwing error `Uncaught SyntaxError: Unexpected token in JSON at position 2764` with the insomnia.json file below (though it import correctly in Insomnia...
* App version: 0.6.2 * Operating System (Platform and Version): Ubuntu 20.04 * Type of installed package (Snap, AppImage, deb, rpm, pacman): deb **Bug description** App failed to restore maximized...
Currently, you need to write a function to setState but this PR allows passing the state value directly just like in React: ```jsx /** @jsx Didact.createElement */ function Counter() {...
Currently, the component does not clear the HTML body `overflow: hidden` property when unmounting it manually so I used `useEffect` to call the `bodyScroll()` function on mount and when it...