Ben Heidemann
Ben Heidemann
> I have refactored the plausible template a lot for the next release. Please use the [new template](https://github.com/coollabsio/coolify/blob/next/templates/compose/plausible.yaml) and re-test if this problem still occurs. Hey, I have tried the...
> @bcheidemann How do you deploy plausible, I just copied the compose file from the link above into the `docker compose empty` deploy type, deployed it and everything worked? 1....
@apuatcfbd you've got a couple options: 1. Run `npx @action-validator/cli `, or 2. Install `@action-validator/cli` to your project and then run `npx action-validator ` in your project directory, or 3....
> I'll leave the call up to you, [@bcheidemann](https://github.com/bcheidemann), as to what the most appropriate way to proceed is. If you think it's appropriate to try and get a transfer...
> Rust diagnostic output is _extremely_ problematic for IDEs that try to handle diagnostics from a wide variety of sources (like emacs). It requires a [massive hack](https://github.com/rust-lang/rust-mode/blob/9915b3a585a7a75e9126df9e0e9d1df8057ae3cf/rust-compile.el#L63-L81) to get an...
> 1. "Accept defeat" and double-parse: yeah, not ideal, but a-v isn't a performance critical tool (as far as I know), so this wouldn't be the end of the world....
Btw, `valico` appears to be unmaintained since 2023 (or at least there have been no commits or new versions published) so it might not be possible to get buyin from...
@dabrahams Thanks for clarifying! I'm sure we can at least wrangle `annotate-snippets` to produce a GNU compliant first line, or find another suitable crate which allows both helpful terminal output...
I hacked this together to see if it would be useful. Seems like it might be. If so, happy to implement any feedback and add tests 👍
I have hit a similar issue with the AWS provider. For context: during local runs, the AWS `profile` is used, while in CI runs the access key, secret key and...