Tal Rofe
Tal Rofe
@cmolina Actually I can see the `index.js` file would append "extends" as well to the temporary tsconfig file. As far as I know he is interested in PRs.
> Same issue here. I suspect it might be related to react types removing the `children` prop from the `FC` type. After updating `@types/react` my codebase as absolutely filled with...
> @tal-rofe does my comment above answer your first two questions? I know it will solve it. I got a Renovate upgrade PR which was failed due to the error...
> Could you elaborate on which exact command you run to compare how long it takes? Also, please provide timings, so I can compare this with running this on my...
any process?
As the source code currently `require`s the adapter main file, assume `index.js`, this file cannot be ESM-like. This enforces us to use CommonJS in our `index.js` file - which means:...
> Does cz-cli now support ES modules? I am using the Vitepress framework to write my blog, and their latest version has migrated to ES module mode. I am using...
> @tal-rofe I expect that the only way to deal with this is something like commitizen looking at an adapter path to try to determine if the adapter is esm...
> For now, we can update the readme to specify that v5 needs to be used. > > I think the proper solution is to make `keyv` detect `QuickLRU` instance...