Lily Foster

Results 69 comments of Lily Foster

Investigating this further with `strace -f` in the `system()` call in Vim, exit code 120 is coming from the Python interpreter due to being signaled SIGPIPE when qutebrowser is already...

If I remember correctly, @hfiguiere is the person who maintains the flatpak

Hi @hfiguiere! See #3022 - the guidance in that thread is a little dated, but I've worked on allowing building in offline sandboxes and I'm making a better write-up I'll...

> Where and when does the build phase happen? Does flatpak compile everything from source somewhere? Compiling in a sandbox is a pretty standard thing to do for ensuring reproducible...

> Still can't find QScintilla despite building it. Not sure what CMake expect to find but it doesn't come with a .pc file.... It looks in defined library paths from...

For the elixir stuff, you need to have a copy of the Mix deps folder copied into the build environment from downloading them manually (or if your build stuff has...

Yeah I don't know what the direct URLs to the Hex package registry would be (Mix will build them for you when the package sources are put in the deps...

@ibz As a potential workaround, if you start a JACK server with QJackCtl instead of letting Sonic Pi start one itself you can select different default input/output devices under Setup...

Hi! We require at least catch2 v3 (which Arch does not seem to have packaged) I assume you're trying to do a build without vcpkg (since otherwise catch2 should automatically...

So the build process bootstraps and uses its own version of vcpkg unless you tell it otherwise (system vcpkg would not be used) Can you redownload a fresh copy of...