Jared Ramirez

Results 26 issues of Jared Ramirez

Fixes https://github.com/arowM/elm-form-decoder/issues/3

Hey! First off, thanks for the great package. Solves so many problems around form validation & the resulting data type. Say you have a decoder setup like: ```elm import Form.Decoder...

Hey, thanks for the great plugin! I'm new to using auto-pairs, so I find myself often typing `[]` because I forget that auto-pairs will add the closing pair for me....

# Bug report ## Describe the bug After adding the extension `POSTGIS_TIGER_GEOCODER`, the schema it adds all it's tables under is not part of the postgres search path by default....

bug

# Bug report ## Describe the bug When you verify an OTP, the session is not persisted to localStorage, auto-refresh is not started, and the user is undefined. I believe...

bug

Hey there, Sometimes, the data displayed in the info box is so wide that it covers up the cursor like so: In the above screenshot, my cursor is on line...

Hey, thanks for the great library! Is support for [PG arrays](https://www.postgresql.org/docs/current/arrays.html) planned anytime soon? I took a stab at implementing the `SqlType` myself, here's what I have so far: ```...

enhancement
postgresql

Hey, I'd like to propose having the ability to `recover` from a parser. This would be similar to `oneOf` but allows you to capture the context/problem of parser that failed....

# Bug report ## Describe the bug We currently have an existing Supabase project and we're interested in using the supabase CLI to improve our development environment. To get the...

bug

Is it on the roadmap to add automatic retry for failed uploads?