luna

Results 40 issues of luna

at the moment the spec is defined by `main.zig`'s Context API and the database migrations, which works to quickly help me get off and dogfood my library, but for the...

bpftrace has a lot of potential but at the moment it only works 90% of the time for the purpose of tracking rename syscalls across the entire OS. i could...

``` $ zig build -Dtarget=x86_64-macos-gnu error(link): undefined reference to symbol '_utt' error(link): first referenced in '/home/luna/git/boorufs/zig-cache/o/5fbfc7b03888f9a1d71746bc089fc1d7/pcre_printint.o' error(link): undefined reference to symbol '_utf8_table4' error(link): first referenced in '/home/luna/git/boorufs/zig-cache/o/5fbfc7b03888f9a1d71746bc089fc1d7/pcre_printint.o' error(link): undefined reference...

Hello! I've been trying to update libsndfile from 1.0.31 to 1.1.0 in Void Linux, and I found this failure as its CI attempted to compile and test it for an...

Bug

this is related to #23, because this provides a good solution to the "how to remove the parent relationship but in a cohesive manner (by not deleting tags that didn't...

basically, add support for `-v` / `--verbose` since i left that as a TODO for myself. important now that i'm actually aware of release builds

As communicated in Slack before opening this issue, the Vulkan merge means that CMake uses the system's `glslangValidator` executable, even though `glslang` is vendored in the source tree. It would...

improvement

Patchcord requests original discord assets from `canary.discord.com`, as seen in the `litecord.blueprints.static` module defined here: https://github.com/dolfies/patchcord/blob/ec53058f9c8feb5739e46850609990057fb96be1/litecord/blueprints/static.py#L242 As the material provided in that URL is, by default, copyrighted to Discord, modifying/patching...

looks like some dependency is still using `std.cstr` but i don't know which (can't repro locally) and for not knowing which, i have a variant of https://github.com/ziglang/zig/issues/16376. i'll have to...

related to #35, but it's to speed up the first part of those aforementioned 20 minutes very related to #9, as file including is hashing as well