Louis Pilfold
Louis Pilfold
Ah very nice! `map_error` seems like it would be very understandable to anyone who has used the `result` module, which is probably most Gleam developers!
There's no connection pooling or anything so you can just run `exec(conn, "begin")` to start a transaction. Just be sure not to share the connection with other processes
It's an atom, Gleam doesn't do anything special with it. You'd need to pattern match on it in your Erlang bindings. We'd happily support whatever extra functionality you need here
Thanks for the report. I agree this is insufficient and at times misleading. Unfortunately the Hex API docs are very lackluster so at the time of writing it seemed that...
Have just been giving this a try. How does one create more than one webhook handler? The type parameter means they have to all have the same types, so I...
No plans to include a html library in Wisp itself as there's already lots of really good ones such as Lustre and Nakai and htmb. May as well use those!
Oh right!! Great suggestion, thanks 💜
Hello! Yes, the question was whether there's any reason to provide helpers for a token based approach rather. As far as I'm aware it's no longer required, but I could...