Felix Becker

Results 171 issues of Felix Becker

https://github.com/aaronpowell/ps-nvm is a Node version manager for PowerShell, which works more similar to nvm than nvm-windows (no symlinks) and has some more features. It's actively maintained and well-tested. Figured it...

Hi, stumbled across your blog post and module. I implemented the same module over a year ago - but I used a WeakMap to store promises. I see you are...

With the latest version of `@types/express`, I cannot use `wrap()` without having to explicitly declare the types of `req`, `res` and `next`. Without `wrap()`, the types are inferred. This is...

Would be great to use in other projects

It would be nice if we could use this as a dependency from npm.

I always get the same error with the CLI: ``` SyntaxError: Unexpected token [ in JSON at position 125 at JSON.parse () at Socket.process.stdin.on.on.once (/Users/felix/src/ps-nvm/vs/v10.8.0/lib/node_modules/asciicast-to-svg/cli.js:44:20) at Object.onceWrapper (events.js:273:13) at Socket.emit...

enhancement
help wanted
Hacktoberfest

It would be nice to support Buildkite https://buildkite.com/docs/pipelines/environment-variables

If you set `if: branch = master`, the release stage will run on PRs, because PR builds are run on the virtual merge commit on master. You can be safe...

Patching prototypes of global objects is a bad practice. Would it be possible to get a version of this module that just exports the scoring function, with a UMD wrapper...

When I run `graphql codegen`, I only get the error ``` Reduce of empty array with no initial value ``` Adding an empty array as the initial value here fixes...