magick93
magick93
Did you find a solution for this?
Where does `ExecutionContext` come from?
Agree, would love to see this as a library.
I think this query can fix it: ``` WITH table_columns AS ( SELECT n.nspname AS schema_name, c.relname AS table_name, a.attname AS column_name, pg_catalog.format_type(a.atttypid, a.atttypmod) AS column_type, a.attnotnull AS is_not_null, a.attnum...
Running `docker compose -f docker-compose.build.yml build` will reproduce it.
I've tried with both `localhost` and `127.0.0.1` and get the same error.
Would be great to see support for https://moonbitlang.com/
> For anyone here having the issues with axios, here is a quick workaround to make Axios use gzip instead of Brotli: > `axios.defaults.headers.common["Accept-Encoding"] = "gzip";` I'm using a library...
> that's exactly what it does Thats what I thought. Unfortunately I'm still getting the error.