John Cadengo
John Cadengo
Is there any way to add page numbers to the PDFs generated? (By the way, great job on this project)
Regarding this file: https://github.com/dokku/dokku/blob/master/docs/advanced-usage/deployment-tasks.md I'm working on using the postdeploy task to notify a slack channel of a successful deploy. Is there a way to know that dokku failed to...
I noticed there was an ENV variable `REACT_APP_FILE_UPLOADS_ENABLED`. I set that to `0` but I don't see any effect on the frontend. Is there a way to disable that little...
I'm using the docker container and I'm trying to run this command: ``` # NB: if you're self-hosting, you can run the following to upgrade your account: # ``` #...
Here is the command I'm running: ``` ./docker-wine --as-root --rdp=start ``` What is the default password for the root user, given the `--as-root` argument? I'm attempting to login via RDP...
Hi, it's nice that there's a [script](https://github.com/dperson/torproxy/blob/master/tor-route-all-traffic.sh) to route all traffic through TOR. Before running such a script, I'm wondering, is there a way to undo it if you want...
Hi, it's nice that there's a [script](https://github.com/dperson/torproxy/blob/master/tor-route-all-traffic.sh) to route all traffic through TOR. Before running such a script, I'm wondering, is there a way to undo it if you want...
I'm not sure if this is already a feature or not. I'd like to be able to write a line of code which requires an imported symbol and have it...
I'm not sure if this exists already or not, but I can't find anything about it. If a build task fails in gradle, it will generate an error that looks...
I added this to my `Procfile` and and running this with `foreman`. ``` rpush: bundle exec rpush start -f -e $RAILS_ENV ``` Now, when this line is commented out, foreman...