luna
luna
the main problem here is that the db file references file paths on your existing file system. if you want to make multi-system work in the way things are right...
from what i'm gathering, lookup would require going through every parent directory of a path to find the `awtf.db` file that refers to it? what happens when a mountpoint is...
i think i am fine with this interface, it'll require going over local path -> file id code within `src/main.zig` with respective tests for this mode (also going through things...
there are two problems here. the first problem is "awtfdb binaries do not work by default on nixos", which is fixable by making awtfdb bulid inside nix (like you said,...
Should EXIF metadata be included in a future API for image metadata? :thinking:
basic support implemented in https://github.com/lun-4/storcord/commit/db50302bfbb4f1d9d2f18ade518fa6f21ac3d38a multi level indexing not done
3 months have passed and I don't think anyone approached me with suggestions, so I'll take another pass of my code and start integrating it into an std PR
I didn't notice that `ULID` has custom struct binding for `zig-sqlite` through `bindField` and `readField`, so https://github.com/vrischmann/zig-sqlite/issues/117 is a dependency for this.
okay, this made me look at stdlib and (zig 0.13.0): ```zig while (true) { const rc = ws2_32.getaddrinfo(name_c.ptr, port_c.ptr, &hints, &res); switch (@as(windows.ws2_32.WinsockError, @enumFromInt(@as(u16, @intCast(rc))))) { ``` since zigdig's core...
should this issue be closed now that the PR is merged?