Daniel Maricic
Daniel Maricic
@onassar Do you mind creating a PR with your changes, I'll merge and I'll add that in the README.md?
> @pnpm/collaborators is Jest actively maintained? Should we switch to something else? ESM support is still not in Jest. Apparently, it is, but they are in no rush to do...
I used ava a long time ago, didn't think it might be any better. but I found these 2 https://github.com/avajs/ava/pull/2683 and https://github.com/avajs/ava/pull/2701 and I think I might test it 'coz...
just tested with ` sudo npx pnpm add -g pnpm` and it was working, that is not something that it's encouraged especially when adding the `/usr/pnpm-global` directory. can this be...
i managed to get the pnpm working by removing the nodejs and npm i installed via apt and installed the [n](https://github.com/tj/n#installation) witch local prefix like this: ```bash curl -L https://raw.githubusercontent.com/tj/n/master/bin/n...
it's really irritating since this takes a lot of computing power. building all the time. i really hope it gets resolved soon. Also if any of the core devs can...
check https://github.com/rust-lang/rls/issues/1620
this is still happening and i wonder how going back to v2 of node-fetch is good or smart? also how come that this is not a prior for the ipfs...
Hi @Lms24, thanks for the response. Yes, by `it didn't work` i mean, `there was no difference, i got the same instrumentation as i would use app`. If i can...
i'm using the `"keytar": "^7.3.0",` on windows with ` "electron": "11.1.1",` and `"@electron-forge/cli": "^6.0.0-beta.54",`. Still getting `.webpack\main/c33748addbc1c5372b52757c2542d3fd.node is not a valid Win32 application.` where `c33748addbc1c5372b52757c2542d3fd.node` is `keytar.node` any idea what...