Igor Savin
Igor Savin
Considering that CI is only executed on Node 14, it can be implied that very old Node.js version are not supported by this library. Therefore it it possible to benefit...
Node.js has pretty good stream support these days. Would you be open to a PR that replaces `through` library usage with a native solution?
Would you be open to a PR that bumps minimum supported version and gets rid of the polyfills, to make the library more lightweight and suitable for the modern runtime...
## Tmp Version 0.2.3 ## Expected Behavior It would be great if `tmp` exposed a synchronous `cleanup` operation, which would remove all the controlled files when called. This method could...
Hey! Your library is using `uri-js`, which hasn't received updates in three years. Would you be interested in a PR that would switch to an up-to-date fork `toad-uri-js`, which addresses...
When trying to run a service with the following TSConfig: ``` "module": "ESNext", "moduleResolution": "node", ``` an error is thrown: ``` import { Parser as T } from "../../../../node_modules/htmlparser2/lib/esm/Parser.js"; ^^^^^^...
This is a preliminary PR to gather feedback on the approach and the overall idea. If this is accepted and after implementation is polished, I will also add TS types...
This is a breaking change
### Describe the bug From the root documentation on the repo: ``` Super Simple Example Easily define your API contract somewhere shared const contract = c.router({ getPosts: { method: 'GET',...
This is related to Platform requirement to avoid using `public` schema for storing migrations. Since service can use multiple schemas (when there are isolated modules in it), used a generic...