eliottwiener
eliottwiener
Similar to #1646
@pabloroman There are some workarounds to try, depending on how you are using `compose` and what your needs are: 1. Downgrade to v2.1.1 2. Include the `default` network explicitly in...
Here's a dumb, hacky workaround for those who want history-file-per-database with the current release version of pgcli. If, like me, you formerly used the environment variable `PSQL_HISTORY` (or any other...
I would probably use this if it were included. I like [how Bazel's HTTP rules handle this](https://bazel.build/rules/lib/repo/http). The cache key is effectively a combination of the "canonical ID" and the...
Here's an example of an Earthly target that implements something like `http_file`: ``` VERSION 0.8 # http-download downloads a file from the given $URL via http/https. # The file will...