Jakub Skałecki
Jakub Skałecki
@philss Sorry recently my family got bigger 👦 and didn't really had time to work on this... But I see @ypconstante did a great job! Are your recent PRs enough...
I've lost quite a lot of time trying to track down what is happening. I've changed the layout to use a computed property instead of normal object, and suddenly updates...
Also had this problem. For me, the easiest solution was to add ``` RUN echo -e "load_module modules/ngx_nchan_module.so;\n$(cat /etc/nginx/nginx.conf)" > /etc/nginx/nginx.conf ``` line to my Dockerfile
Hi @manphambss. Hard to say, only non-standard thing in your config is LETSENCRYPT_URL pointing to staging. Have you tried to just skip it? Also this repository is just a convenience...
@roger120981 Certainly! I'm working on some examples right now. Will show: - How to integrate with UI libraries - How to use Chart.js library - How to use forms -...
I'm thinking what would be the best way to solve it. Probably I could implement `Jason.Encoder` for changeset and add some utils to extract errors for a given (possibly nested)...
## How phoenix is doing it 1. In your view, you crate a form out of changeset eg. `data |> Ecto.Changeset.cast(...) |> to_form(as: "form")` 2. In you template, you render...
@OmarGoubail It's an interesting challenge. In the past I used Capacitor to convert Vue.js app into mobile one. It worked really well, but it has an assumption all the assets...
For anyone interested, I've added a WIP `example_project` to the repository. You should be able to run it as any other phoenix project. Once it will be a bit more...
Well it should work out of the box :) Install it, import and use in Vue components. Nevertheless, might be good to include it in the example project. Would be...