lucasrmendonca
lucasrmendonca
Hi @rushilsrivastava @rubenspgcavalcante could you help to review this PR?
Hi @iantanwx any news on this?
Hi @ta2edchimp any ideas on why this is happening?
Had the same issue, what worked for me was switching my code over to use one of the [Open methods](https://github.com/ZJONSSON/node-unzipper?tab=readme-ov-file#open) instead
Nope, I went with `Open.file` instead of `Open.url` since the latter seems to only work with the "requests" library and I didn't want to install an extra dependency just for...
Hi @rushilsrivastava @vialoh could you review this when you have the time please?
> Is it only `jest-environment` tag? @jest-environment and @jest-environment-options ``` /** * @jest-environment jsdom * @jest-environment-options {"url": "https://jestjs.io/"} */ test('use jsdom and set the URL in this test file', ()...
I have the following setup: files: ``` package.json 📁 src |__ firstFile.js |__ secondFile.js ``` package.json ```json { "name": "knip-issue-576", "version": "1.0.0", "type": "module", "scripts": { "knip": "knip", "main": "node...
Are you sure it isn't just `#/*` that's invalid? I've been using `#*` in some pretty large-scale Node.js applications without TypeScript and never had any problems with it. I've also...
Correct me if I'm wrong here, but shouldn't the presence of Asian unicode characters in the string be enough for tinyld to at least guess it must be one of...