yasser

Results 6 issues of yasser

Bundle of updates, nothing new yet but it will help to continue the development - Updated react's version to 16.14 (which allow us to write hooks); - Enabled the new...

It is hard to see Atom slowly dying and not fixing it's mistakes. (Which is clearly possible as VSCode is showing us). VSCode is Ok but is getting close to...

## Expected Behavior Out-of-box webpack hot reload on created nest apps. ## Current Behavior Needed to add webpack manually following the tutorial: https://docs.nestjs.com/techniques/hot-reload.

type: feature
scope: node

The only way to select a specific file is by its path, example: ```sh vlc 'http://localhost:8080/data?magnet=...&path=Sintel.mp4' ``` Using regexp it can happen like that: ```sh vlc 'http://localhost:8080/data?magnet=...&match=\.mp4$' ``` In that...

Magical shell history: https://github.com/ellie/atuin

Attempt to solve: https://github.com/holepunchto/brittle/issues/39 --- The PR adds a side-effect as ```js test((t) => { t.pass('#1') t.test((t) => t.pass('#2')) t.pass('#3') }) ``` produces: ``` TAP version 13 # test ok...