Leo Di Donato

Results 78 comments of Leo Di Donato

Why simply not using an iron-ajax that binds to a variable?

I saw it. I refined the titles and the TOC. I think **we still miss to show some capabilities of our components**. Furthermore the **styling section is not complete**. Ideally...

Can confirm. Just got this into my worker's logs. ```json { "message": [ "Email sent: 202 Accepted \"NOTICE: The MailChannels Email API has reached end-of-life, and will be discontinued on...

So, next.js, nixpacks, preview deployment: still not working. By looking at the logs, it seems that variable substitution doesn't work for preview deployments (in the building phase). In fact, this...

I'm using nixpacks. Anyways this is the `docker build` command (from above) it is using: ``` docker build --add-host coolify:172.18.0.7 --add-host coolify-db:172.18.0.6 --add-host coolify-realtime:172.18.0.5 --add-host coolify-redis:172.18.0.3 --add-host nws4c0c844s8csgkoso0ks80-pr-1:172.18.0.2 --network host...

I think the problem (at least, the first problem) is this command (`cat /artifacts/build.sh`). ``` docker build --add-host coolify:172.18.0.7 --add-host coolify-db:172.18.0.6 --add-host coolify-realtime:172.18.0.5 --add-host coolify-redis:172.18.0.3 --add-host nws4c0c844s8csgkoso0ks80-pr-1:172.18.0.2 --network host -f...

This `xmake` [commit](https://github.com/xmake-io/xmake/commit/3df42d083c6622b00632331178d82524cae34554) **should** solve the issue. Lemme look into it.

I confirm, that commit solves the issue. I've tested it with `xmake v2.8.1+dev.a7d08d7`. To install `xmake` from a branch containing that commit (eg., `dev` or `master`) you can do: ```bash...