luna

Results 40 issues of luna

- LLVM13's clang fails to build on NetBSD 9.0. - The error was pinned down to NetBSD's libstdc++ not providing `std::errc::state_not_recoverable`. - https://github.com/llvm/llvm-project/blob/f4f9ad0f5d8e8994c677c3712dff7585bf8bd963/clang/lib/Interpreter/IncrementalParser.cpp#L56 - NetBSD 10 will have the [relevant...

add a `blake3:{}` search operator or something?

instead of using fs operations then filtering, calculate all the needed paths through a `LIKE` query, then work on each of them. useful for large folders that should get a...

i've been writing external tools that integrate with awtfdb (closed-source) and what I do to integrate them together without going through the hurdle of wiring a C API and then...

details about how it works here: https://hydrusnetwork.github.io/hydrus/advanced_parents.html started tagging a lot of things and found the pain tag parenting would save me from proposed ui: ``` $ atags parent create...

- [ ] use argsWithAllocator rather than args

this idea is being shamelessly stolen from hydrus, basically, there are very good maintenance tasks to be done across the index file - making sure hashes are consistent across the...

`rating` is a kind of numeric property in boorus, but AFAIK that isn't searchable as a tag on them. it would be interesting to have numeric tags with relevant syntax...

we can quickly get the list of files in a folder, but at the moment we just take the entire list sequentially, which leads to inefficiency as we are always...

at the moment parenthesis support is not done, also NOT flags are not done. already had too much pain trying to write 3 different solutions to the tag query language....