Don Eisele
Don Eisele
One thing to consider as you are working on this part is the interaction with the scanner. Say you have a structure like: `{creator}/{collection}/{model_name}` Then if you add a new...
The test harnesses use sqlite, so I see no reason for it to not work. One warning though, I made one change in the "combined view" that initially worked with...
permissions problems etc probably fall into this same category.
I thought the same thing about the lock... I encountered it several times before I noticed the pattern enough to recognize it as a real issue. I suspect the 4...
It'd be cool to see this in collection / creator as well (although you'd need to architect storage for those). On Sun, Mar 12, 2023 at 12:06 PM James Smith...
While you are doing this, take into consideration doing permissions per-library as well.
Please don't. Speaking as a professional sysadmin/architect for 25 years, this just makes things harder for people who need to modify the installation without bloat (say use an external database/redis,...
I generally think examples is fine. For self-hosted things, there has to be some amount of technical ability, otherwise one of the hosted or desktop app solutions would be better...
That makes sense to me... I'm already a good bit down the path of getting this finished (although I've had some interruptions at the day job). I was also thinking...
Funny coincidence, I started work on this issue yesterday :) I expect I'll have a PR in the next day or two on it. I'd probably have it done already,...