Bridge
Bridge
Hi, When I try to capture stdout as a result of running an exec command, the output is empty. For example: ``` cmd := exec.Command("whoami") cmd.Stdin = os.Stdin cmd.Stdout =...
# Chore Hi, just checking in on maintenance status of https://github.com/supabase-community/postgrest-go. It hasn't been updated in over a year. They've made some updates even since their last release that haven't...
# Chore Add context to RPC call, similar to https://github.com/supabase-community/postgrest-go/pull/49 ## Describe the chore Would be great to add an rpc function version that accepts a context, and uses [NewRequestWithContext](https://pkg.go.dev/net/http#NewRequestWithContext)...