Luca Sartori

Results 25 comments of Luca Sartori

I can confirm this fixes that wrong behaviour, thank you @Trildar (at least I was able to fix my own environment)

Taylor has closed the Spark source code, so that those instructions will not work anymore. This is a fork of what it used to be. If you want it, clone...

Nope, just a reference you can fork and continue by yourself if you want.

I solved using Device instead. https://ionicframework.com/docs/native/device/

Turns out it works if I force `_docker_compose_cmd` function to always return `docker-compose` even though I have `docker compose` ``` ❯ docker compose version Docker Compose version v2.13.0 ```

I ended up hardcoding docker-compose at least it works for now. Will try to give it another look, but as of now I just needed it to work

I agree with you but it depends the way you the content is written. I might be a good idea to have a setting for such a thing. Technically ``...

Has anyone been able to find a true workaround this issue? I just commented out those lines as the middleware will apply in the before set on the group, but...