Guillaume Hivert

Results 72 comments of Guillaume Hivert
trafficstars

Array columns can be added easily, coercion is already working. I have a column as `params int[]` in postgres, and all I had to do (to trick `pgo`) was to...

Sure! I don't have access to a computer right away, but count on me to do it asap!

I think we could now add dep to `gleam/json` no? --- If someone wonders how to support `Json` types from `gleam_json`, you could simply turn the JSON value in string,...

> I suspect you don't even need to do that, the iodata representation might be supported by pgo. Yes, but the only way to put a `Json` value without using...

My bad, I was unclear. I meant, it could be cool to have a native function to like `pgo.json: fn(Json) -> Value`. This could ensures you're not putting a String...

I'm using `jsonb` personally, so no. Outside of legacy support for old versions of postgres, I see no usage. I just wanted to keep some trace that pushing a `Dict`...

Thanks for your answer. 🙂 Isn't there a way to just compare the unix timestamp? Birl could have something like [elm `Posix`](https://package.elm-lang.org/packages/elm/time/latest/Time#Posix), that could be only the Posix timestamp, and...

Hi! Nice to see the subject here, I'd love to see the language tour in French, and I'd be happy to help on this! To start, I think it's worth...

Hmm, I did not thought about this… What about the empty list of transform functions? Isn't it the case where we'd like to output `none`? So we could have `transform:...