Aaron Feledy

Results 42 comments of Aaron Feledy

I'm not sure what is trying to install php8.3-dev. That doesn't appear to have anything to do with postgress. I tried the config you supplied and it works fine for...

Does the error occur when you are not in an app directory? Like if you run a lando command like `lando update` in your user directory where there is no...

Some are reporting that running the Lando installer script fixes this.

That looks like Lando never built the environment. Try running `lando rebuild`.

Maybe debug mode will give more details as to what is failing: ```bash LANDO_INSTALLER_DEBUG=1 /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)" ```

It looks like the oxigraph images are based on Google's distroless images which only have a shell in their `debug` versions. You could try using the [experimental `l337` service](https://docs.lando.dev/core/v3/services/l337.html)(which may...

I'm actually [currently working on](https://github.com/lando/php/pull/145) resolving the compatibility issue in the underlying PHP service plugin by installing newer versions of the mariadb client on the images. That way any recipe...

This seems to be happening to me when Hurl has been sitting in the tray for a while. I click a link and nothing happens. I click again and it...

A WSL2 distro without Windows interop sounds like an edge case scenario that you can only get into if you know enough to understand why you do or do not...

How did you install Ubuntu? I want to try to replicate this because the installer should be treating WSL2 as regular linux when interop is not available.