Chase Granberry

Results 31 issues of Chase Granberry
trafficstars

``` {:error, %Stripe.Error{ code: :invalid_request_error, extra: %{ card_code: :parameter_invalid_integer, http_status: 400, param: :quantity, raw_error: %{ "code" => "parameter_invalid_integer", "doc_url" => "https://stripe.com/docs/error-codes/parameter-invalid-integer", "message" => "Invalid integer: 10.0", "param" => "quantity", "type"...

# Feature request ## Is your feature request related to a problem? Please describe. I should be able to tail my Supabase logs from the Supabase CLI. Logs should include...

enhancement
observability

Adds `/realtime/v1` endpoint so the Inspector works locally again.

- [ ] like [Supavisor does](https://github.com/supabase/supavisor/pull/142)

enhancement

This would help catch spelling mistakes and make it more user friendly in general.

enhancement

It looks like there is not a way to use the TimeSeries scale with a bar chart? I like to use time series bar charts for things a lot. Would...

enhancement

Can we optionally log something based on the status code when the response is handled? Default to logging 4xx - 5xx response codes would be great, and then everyone would...

enhancement
observability

Inspired by [allas](https://github.com/johto/allas) Use a single connection to proxy listen notify requests to all clients.

enhancement

- should be able to send spans to my own otel vendor - start with just a few easy otel events and we can expand from there in another issue

enhancement
help wanted