Werner Beroux

Results 165 comments of Werner Beroux

OctoPrint-SpoolManager is currently the best spool manager I found and I agree that having a cost estimator would be quite helpful for it.

Had to add `set(CMAKE_CXX_STANDARD 11)` to `CMakeLists.txt`. Then a git clone of obs-studio and setting `-DLIBOBS_INCLUDE_DIR=obs-studio/cmake` allowed me to compile. I know it means possible binary incompatibilities at this point....

This is the biggest issue for me. Any missing/null value is ignored. The standard history graph does properly show that there is no data in that range as opposed to...

I'm only doing the Dockerization of Ngrok. It could means something like that there is already an Ngrok (check running containers). I never saw this error.

You can see the log or build something on top for example using transactional email, but it'd be out of scope of this project. This meant as a minimal image...

May be you'd like to start a WiKi page? I've enabled it.

Ah thanks I cannot test this but it seems like an easy fix. Normally the access right should be fine thanks to this line: ``` chown ngrok:ngrok /home/ngrok ``` Are...

If you specify `CMD` you cannot use environment variables. Updating README. Either using only environment variables, or use only the `CMD` and put the token in the command-line.

`NGROK_AUTH` does only generate a command-line like: ``` `ngrok http -authtoken=$TOKEN -log stdout` ```

I've seen none doing a `ngrok start --none`. You can just create a Dockerfile and extend this one, or use `docker-compose.yml` to write your environment.