infinito84

Results 9 comments of infinito84

This works for me: `` And add data_test.days to $scope

Yes, me too, but I'm integrating and implementing services, and plugins, developed, by another frontend enginner, so, I had to, but the solution is easy, and could help to others.

Guys I added in base.html this code and works: ``` django.gettext = window.gettext ```

Hi after searching everywhere I found this workaround that works on docker nodejs based on alpine: Before npm install or yarn install to put this code: RUN wget -qO- "https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz"...

Works from restart the flutter run process

I had problems with this in github actions, but no in my local. I added `DOCKER_BUILDKIT: 1` thinking that docker-compose it's just a wrapper of docker, and it worked.

Yes, you right, I think to know how to solvet it.

I tried with ENT_IGNORED but disappears the chars, and tried to with ENT_SUBSTITUTE but converts my chars in weird chars, i searched in Google and the answers that i found,...