Pierre Dahmani
Pierre Dahmani
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a [minimal reproduction](https://en.wikipedia.org/wiki/Minimal_reproducible_example) available on [Stackblitz](https://stackblitz.com/fork/node). - _Please install the latest...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on Github [here](https://github.com/xddq/stitch-alias-null) - [ ] 2. A...
Updates debuggers for nodejs and golang. Bumps [vscode-js-debug](https://github.com/microsoft/vscode-js-debug/tree/main) to 1.85.0 and [delve](github.com/go-delve/delve/cmd/dlv) to 1.21.2
Adding an example for debugging a typescript application using vimspector and vscode-js-debug. Typescript is a great language, but sadly the setup is hell. Debugging is no exception to this. This...
Adds another example of using vscode-js-debug with typescript using [jest](https://www.npmjs.com/package/jest), the most popular testing framework in nodejs
Hey guys, first of all, thank you for the great app!! Is there a feature to automaticly calculate the daily calories based on protein/fat/carb intake? It does work the other...
attempts to fix the issue mentioned [here](https://github.com/xddq/nodejs-typescript-modern-starter/issues/112) @jektvik could you try the updated approach and documentation? Basically try debugging with the new readme and code setup. If something is missing...