Virgil King
Virgil King
Running `pnpm config set virtual-store-dir` with either the old or new store directory does not resolve the issue so the last line of the message seems unhelpful.
I have the same issue on a second system also running Fedora Silverblue with a symlinked home directory.
Hi @shmishra99, Thanks for looking at the bug. To repro, you need Node.js installed. Create a directory with a file named `package.json` with contents like: ``` { "name": "bug", "version":...
If that's really the intent, it should be added to the documentation (unless I missed it there), or else no one will know to do that. But speaking of the...
Consider a scenario where an app loads and uses models with unknown structure. How should it know which are the shared weights it needs to dispose manually?