luna

Results 43 comments of luna

Making sure we can reference the correct upstream issue after LLVM's Bugzilla migration: https://github.com/llvm/llvm-project/issues/51929

after a while this is much more than using argsWithAllocator, especially because i'm requiring libz, libmagic, and graphicsmagick.

https://github.com/lun-4/awtfdb/commit/a37d8b89b2ec0767ed0bda0c4016a0ace84a95bc adds `awtfdb-janitor` which validates database consistency against the filesystem, both file existence and file content hashes (https://github.com/lun-4/awtfdb/commit/222226b5f523f63744c87f65a1243df294eb01f2) are verified. TODO: - vacuuming? - notification strategy for checks that find...

- garbage collect hash entries: https://github.com/lun-4/awtfdb/commit/6fff84d6b562a980c6b8ab04523d9391aa4585e5 - validate tag core consistency: https://github.com/lun-4/awtfdb/commit/0c2ca263a906ae8e5a8cc175f1579f0367b72e77

There isn't a `.mp3` file inside the build directory, but here's `wrt_32bit.sd2`, since that's the file being referenced in the failing test. file(1) can't identify it as an mp3 either,...

If you want a setup to reproduce the issue while developing, I quickly put together the following steps: - Install Docker - Clone https://github.com/void-linux/void-docker - ~~Apply the following patch (to...

One usecase for *adding* worker processes in a channel API is providing easier integration with other Lua C libraries. I was experimenting with `run_worker_thread` a while ago and to integrate...

> I am wondering you really need to transfer userdata to worker thread? Copy query string to worker thread, and do SQLite query in worker thread, returns the result string/table...

questions about this system: - hardcoding ids is bad, there should be only id 0 as a hardcoded thing - how to express tag parents here, actually? - one possible...

better idea: tag sources get *types*. if its an internal source (like parenting), it gets a new hardcoded type if its an extenal source (like deepdanbooru), different type id id...