supabase / pg_net

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
https://supabase.github.io/pg_net
Apache License 2.0
213 stars 16 forks source link

Multiple versions of nixpkgs #106

Closed steve-chavez closed 4 days ago

steve-chavez commented 11 months ago

Currently we use multiple versions of nixpkgs. There are some issues that prevents us from using only the newest nixpkgs.

https://github.com/supabase/pg_net/blob/9d3f5be9b90663fb1a6ba92df61698236e399363/shell.nix#L4-L18

Tasks

This is not a big problem since we can keep using multiple versions. It only adds some extra time for building/testing - not too much time (only download time, not compile time) because https://cache.nixos.org/ is already populated.

steve-chavez commented 2 weeks ago

pathod command no longer exists https://github.com/mitmproxy/mitmproxy/issues/4273#issuecomment-1724490887. Ideally the maintainers reply with a way forward using mitmproxy.

For the above the way forward is to have the same functionality on https://github.com/steve-chavez/ngx_pathological, then we can just use Nginx for the tests.

pathod is also giving issues on MacOS as reported on https://github.com/supabase/pg_net/pull/141#issuecomment-2303759274