Dan Sosedoff
Dan Sosedoff
Should be available in the next release
Use service health checks in docker compose, example: https://github.com/sosedoff/pgweb/blob/master/docker-compose.yml#L33
Im fairly sure this is no longer a problem. We have a service health check on dependent container in here https://github.com/sosedoff/pgweb/blob/master/docker-compose.yml#L33
Looks like we'll have to wait till this gets fixed in `lib/pg`.
I'll close this one since query input box resizing has been implemented in master.
This is now supported with `--binary-codec=` option. ``` --binary-codec= Codec for binary data serialization, one of 'none', 'hex', 'base58', 'base64' (default: none) ```
Closing since this is not a pgweb issue but a networking one. Feel free to reopen if you need extra help with triage.
Yea will review this week.
Probably, i haven't used the repo myself in quite a bit so getting up to speed will take some time
AFAIK, Go does not support nested form parameters like it does with JSON/XML. This is due to the form/query object simply being a `map[string][]string`. So if you run the example...