Chris
Chris
What's your OS and version?
I vote for [modstorage](https://rubenwardy.com/minetest_modding_book/en/map/storage.html#mod-storage) as it's a standard. And it's better than ever now that Postgres can be a backend https://github.com/minetest/minetest/pull/12879
I'm going to +1 this, with some context. I have made the mistake of adding, `.env*` to `.gitignore`, but forgetting to add `.env*` to `.dockerignore`, resulting in plaintext `.env` in...
I don't think this is an odd request. Now more than ever, there are a bunch of new open-source portable devices coming online which either can't or shouldn't run a...
Yesss. The patron player has that. Or rather, "will have that," because the patron player is disabled at the moment. When it's online, the VTT thumbnails get generated automatically and...
Current progress is at Roboflow https://app.roboflow.com/chris-grimmett/lovense-levels/overview Also a community member has expressed interest in working on this
I've been bitten by this issue. I have a monorepo with 4 packages and `pnpm install` is not creating any node_modules directories. I'm hoping to use the `pnpm add` workaround...
I can still reproduce the error on 1.19.0 and 1.20.0-0. I made a reproduction repo https://github.com/insanity54/isolate-issue-97
I had the same problem when I tried to install a release using pip. I got further along cloning the repo and installing using setup.py ``` git clone https://github.com/seemoo-lab/opendrop.git cd...
**edit** removed aggression (I apologize, I almost got hit by a car today and I misdirected my anger here) I understand your concerns about giving pnpm binary access to your...