n00dl3
n00dl3
I think it comes from the fact the directive does not use isolated scope, I had the same kind problem with a scope property named "type".
same problem with any utf8 character, "éèë..."
Hi, Take a look at [mysql official docker image](https://registry.hub.docker.com/_/mysql/) : to specify the root password, you append `-e MYSQL_ROOT_PASSWORD=my-secret-pw` to the `docker run` command, this is the way every official...
No, I'm not talking about reading files from the `make`command . What I think is that using text files which are static and part of the image is against the...
I'm working on it. Using mysql I am now able to use postfixadmin in another container, and, for the moment, it's not that hard...
Hello there, I have [experienced troubles](https://github.com/PHP-DI/PHP-DI/issues/770) with string interpolations too, but that does not only occur with arrays. I created a repo with some tests : https://github.com/n00dl3/opis-closure-tests I also tried...
>It would have been very helpful to put those tests directly inside opis/closure :) Yeah, sorry, I started with a single test case and it grew up very quickly...
I think I fixed this issue with next-config.js need more tests, tell you on Monday.
Okay, so I had a problem with `RelativeTimeFormat` on debian stable (nodejs `10.15.2`), some function that wasn't defined : ``` [React Intl] Intl.RelativeTimeFormat is not available in this environment. Try...