Marie

Results 46 comments of Marie

I think I'm running into a similar issue when deploying from `x86_64-linux` to `aarch64-linux` with building on the remote. Is there a workaround for this? I'm not really sure on...

Note: I pressed Ctrl+C after webdriverio started downloading chrome. The problem is that webdriverio ignores the provided chromedriver binary and instead downloads its own

```shell # all of this tested in a fedora container, should also work on docker podman run --rm -it registry.fedoraproject.org/fedora dnf install chromedriver nodejs -y npm install -g @wdio/cli mkdir...

if it is not possible to change that, that would be ok, but I find the syntax that I use now much more readable

from cs2.sh: ```shell # There is Wayland support in SDL but a recent (7/30/2025) attempt at # allowing SDL to default to Wayland caused a number of customer issues so...

This breaks when I try to `nix develop --impure` on a fresh setup, doesn't break without this PR (still kind of because of stuff in .env.example), (but the flake could...