Aaron Leopold
Aaron Leopold
> Stump: Reads full file on SCAN and partial file on OPEN The main reason Stump reads the full file on scan is to determine the _actual_ page count. That...
I can't speak to how often you would have a file inside an archive with the wrong/invalid extension. I'd hope it isn't often, and FWIW I haven't encountered the situation...
https://github.com/stumpapp/stump/pull/353 will be removing that magic header method for determining content type during scans. Once that lands, the only reads during a scan (for ZIP/RAR files) should be when a...
Completed and released as part of [v0.0.4](https://github.com/stumpapp/stump/releases/tag/v0.0.4)
I'd appreciate feedback and/or suggestions from anyone with a better eye for this or more experience with color theory. I'm not a designer, just a picky user š You can...
> Is this feature only using metadata information to build a database? Basically, yep! That is the idea for the feature. > I have a habit of organizing manga series...
Hello, sorry this got lost in my notifications! You use `cargo prisma generate` to create the `prisma.rs` file. The `types.rs` file is not a generated file, and it really just...
Not that Iām aware of. I vaguely remember the PCR developer mentioning that him and the developer of rspc had thoughts/plans for some sort of GraphQL adapter/library. But, it was...
Awesome! I didn't realize they added it in natively. > Let me know if you would like me to branch and pull this change (along with tests and stuff). Big...
@smldub FYI I had to revert those changes š I think the path forward is to find a solution which doesn't require an external library to be hooked up, or...