Francesco Pira

Results 21 comments of Francesco Pira

@jfullerton44 Bingo! It works, now it's play time. Thank you all for your support.

an alternative may be to mount the env file itself, instead of giving it to `docker` CLI, like this: `docker run -v ./.env:/usr/src/app/.env your:image` of course you need to customize...

**update** on this It *seems* to be fixed by latest ZeroTier iOS app update. No steps made on the my.zerotier.com dashboard. Everything still as stated above. No steps made on...

> **update** on this > > It _seems_ to be fixed by latest ZeroTier iOS app update. No steps made on the my.zerotier.com dashboard. Everything still as stated above. No...

Hi, version [v25.1.1](https://github.com/amondnet/vercel-action/releases/tag/v25.1.1) fixes this in *workflow examples*, not in code. I'm thinking of fixing this for real and open a PR.

It looks like it's related to `@actions/core`, not the action itself. Albeit the version of this dependency is pretty recent, `"@actions/core": "^1.10.0"` in `package.json`, the error still occurs. May be...

Hi, I do not know if it is the same error, yet `cargo install flawz` fails. `sudo apt install libsqlite3-dev` didn't help. Details below. ``` ❯ rustc --version rustc 1.80.0...

> Hey @pirafrank, it looks like you're hitting a mismatch between Ratatui and tui-popup versions. Can you try `cargo install --locked flawz` instead? This worked. Thank you. Edit: I may...