Philipp Tusch

Results 9 issues of Philipp Tusch

Hello, I'd love to have a feature called "compileOnSave". Currently, I have to launch a separate Terminal window and call `tsc -w` in my project and that's a bummer in...

Hello there, There seems to be an issue in the package.json. Currently, you have a fixed git checkout to `js-function-reflector` but that requires the user to have git available. While...

bug

Good day, I was wondering if you are planning to add support for "library only" modules and let them be included using the [bindings modules](https://www.npmjs.com/package/bindings) or similar ones. This would...

Hello, I wonder if there are plans to support linked packages for this project? It would be pretty cool if I could `npm link my_other_cool_package` and then compile it all...

**What would you like to be added**: Having this feature in the kubelet config allows people to define a maximum amount of pids in a pod. This setting is set...

kind/feature
lifecycle/rotten

There's an issue that makes TLS unusable in rabbot. The change was introduced [here](https://github.com/arobson/rabbot/commit/ca49d4e0c3de0b5f111abdb42d6df181db0bf5f6#diff-e111308cc74981942c71fd2f77820518R123). We are returning `undefined` every time we pass a `caPath` into the connection options. The fix...

When you work with the rpc feature of rabbot, you may be tempted to use the intermediate callback and `more` option. If you do that (or plan to do that)...

There's an issue with the `request`. Say you want to create a fresh connection and make your request, you might run into timing issues related to the replyQueue. Upon connection...

Hey there, I was wondering if the replyTo queue should be `exclusive` by default. If it remains without `exclusive` it could open attackspace. Surely, it's a really rare occurance but...