Sidney Coelho

Results 13 comments of Sidney Coelho

For those who may have the same issue and didn't find a solution yet, the root cause is the permission of folder `/var/www`. Get into the container as root (`--user...

Hey @stilliard . Thanks for your prompt response. I did try with both my host IP and with my traefik network IP. Neither of them worked. I wish I found...

In fact, no logs are shown in pure-ftpd. I guess there's something to do with setting traefik ports and proxy them to the container. I'll let you know if I...

Installing graphviz with npm also has no effect. I just can't install c4builder by any means.

Apparently, [`zLib` is now native to NodeJs](https://nodejs.org/api/zlib.html#zlib) so you could just uninstall it and try again. However, when I try to do it I get the `graphviz` not in the...

> for i in range(5): > print("Loop iteration", i+1) > time.sleep(1) > mods = keyboard.mediator._get_modifiers_on() > print(mods) I guess the main issue here is that we want to trigger something...

> @sidneydemoraes That's a nice piece of code. I think I understand what it does. > > My concern is that as you hold the key down you are generating...

@kreyssel , just checked on http://search.maven.org/ and it really looks it's not there anymore.

Just found a related issue and added `.javaOptions("-Dquantum.verbose=true", "-Dprism.verbose=true", "-verbose", "-verbose:class", "-Dprism.useFontConfig=false")` to my builder. RMI is in loop. This is what I get: `2017-01-16 16:36:14.602 INFO 5193 --- [pool-1-thread-1]...