luna

Results 43 comments of luna

for me I updated my drivers then self-built an image with a matching cuda version (while also adding `/usr/local/cuda/compat` to the container's `LD_LIBRARY_PATH`): ```diff - FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04 AS builder +...

note to self, fails to crosscompile as well with the same looking errors, from running `zig build -Dtarget=x86_64-macos-none -Doptimize=ReleaseSafe -Dcpu=x86_64_v2` in my linux host this is a regression from #1,...

thanks github. please validate a macos build works by installing gettext: `brew install gettext` / `port install gettext-runtime`

there wasn't any intentional technical reason other than not being super familiar with the codebase so I wanted to isolate all the logic away, but I do need access to...

regarding lazy expansion, do you mean this part of logic on the twitter extractor? ```py def _expand_tweets(self, tweets): seen = set() for tweet in tweets: obj = tweet["legacy"] if "legacy"...

I'm also reproducing this on Void Linux glibc, awesomewm (however, not in any tiling mode), steam version 1716242052, and AMD RX 580 2048SP (radeonsi, polaris10)

yeah, here: [Player.log](https://github.com/user-attachments/files/23590838/Player.log) I'll add that stack trace you mention happens 2 minutes afterwards, and I think that's exactly when I shutdown Resonite

> I didn't want to introduce a platform specific cli option could we make the CLI have dig-style nameserver override? would apply to all platforms `dig @1.1.1.1 `

> the tests wont run on windows [...] which will only ever be called in a supported context `return error.SkipZigTest;` doesn't work? :thinking:

> that would be an option. on windows this option then would be required, instead of optional? or do we still want to depend on a specific dns service as...