Bo Lingen
Bo Lingen
I use GitHub's API to do this in [fugitive](https://github.com/citycide/fugitive): CLI command implementation: https://github.com/citycide/fugitive/blob/master/src/fugitivepkg/commands/release.nim API requests the command uses: https://github.com/citycide/fugitive/blob/5e59a0b35ab457aa6fc19f79f88a1365d44acb12/src/fugitivepkg/github.nim#L93
I was able to resolve this in my situation (devcontainers) by explicitly running `pnpm config set store-dir $PNPM_HOME` just before any execution of `pnpm install`. In my case, that's the...
FYI to anyone else who was subscribed to this, it seems this change was included in #255 and published as v2.0.0. I'm assuming this PR can be closed.
I've already thumbed this but want to show more support. Would love to have this as it removes the need to have a driver you need to build and deal...
It's not a true adapter, more of a wrapper, but I've just put out a 1.0 rc for a package I've been working on for a while that allows for...