phillmac

Results 55 comments of phillmac

Hit me up if you want to discuss anything, I have been running UF + docker in production for ~2 years. certbot + nginx as a reverse proxy for ssl...

Just noticed that it's there to override the default inline style added by `select2`. Still, it's generally considered a code smell to have to use `!important`, especially like this in...

In some cases 100% width is not desireable. I found it really hard to force a smaller width for e.g. with inline text.

If you look at the bottom of your screenshot there is a width 100% !important rule. My problem is with the presence of the !important making it hard to change.

Thats exactly my point, the link you mentioned for the config option does not work because the !important takes precidence. I wanted to use an 8% width to fit the...

The default is to run with http2 enabled. If you want to disable it the arg is `--http1` not `--http2`. Can you give this a go and report back please?

I can only guess that perhaps the google cloud version of curl is somehow funky? Is it aliased to busybox or something that's not truely curl? Other than that I...

Try `curl -X POST https://localhost:3000/db/docstore -d "create=true" -d "type=docstore"` creating a db requires a `POST` method, not `GET`

Can you share the exact error from the server?

It should work ok with node 10x or 12x