Riku Rouvila
Riku Rouvila
Yep, this truly is a problem. Shouldn't be too hard to change the name at this point and Ill do it asap. This used to be a hobby project of...
That just might work! One name we've been discussing about is ForkingDongles. NPM module name would be 'fdongles' from v1.0.0. Middlewares would be named fdongles-middleware-middlewareName and module names fdongles-moduleName
You have a point. I kind of like the name bottyshop! We'll have to discuss this a bit further with Circlepuller. There's still a lot to do before we can...
I've actually thought of this before, but creating an accurate type signature for a runtime function value is, if not impossible, extremely difficult. Detecting a value is a function and...
Thanks! Only a fraction of the codebase is VSCode specific, so totally doable. To implement the core functionality, you have to be able to: - Listen for incoming HTTP requests...
Interesting, the warnings should clear on save. I wonder if, after that, your runtime had time to send one more warning to the editor, which added the warning back. I'll...
Quick question about this: did you have typeholes still in the file with the import when you ran the command? The logic for removing the imports is there, but I...
> Really feels like it was developed by someone who understands that pain of not getting types from 3rd party APIs You got that right 😄 I wonder if that...
The approach I described in the previous comment should be possible with the [1.5.1](https://github.com/rikukissa/typehole/releases/tag/1.5.1) version. Give it a try and see if something like this would be enough for your...
Related scenario: https://github.com/rikukissa/stacker-e2e-repo/pull/11