Hammed Oyedele

Results 12 issues of Hammed Oyedele

![Kazam_screencast_00000 mp4](https://user-images.githubusercontent.com/22827908/80800813-5ed1ec00-8ba2-11ea-95a8-cc497ec71d5f.gif) 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 =...

enhancement

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

enhancement

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

awaiting feedback

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

Kind: Main Process
Type: Enhancement
Priority: Low
Status: To Do

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