Michael Jones
Michael Jones
I'm trying to use napi-rs at the moment for a project and I'm generally very impressed and grateful for what you have created. Yesterday I had the experience of getting...
I wanted to do some long overdue testing on my code base and hoped to use this project to guide me towards areas that could definitely need it. Looks super...
We're very happily using this library at work. I don't believe it has been released for Elm 0.19 yet. Could we help with that at all? Are there any blocking...
I've never really done anything with one but I find myself quite keen on the idea of a pipeline for generating an JSON version of the Gleam AST and being...
As mentioned on discord, it might be an idea to have some way of displaying how to call Gleam functions from Erlang & Elixir and other languages that Gleam ends...
When I have code like: ```gleam http.Get, [".well-known", "webfinger"] -> case host { value if value == config.connection.host -> web_finger_page(req, config) _ -> wisp.not_found() } ``` in a case statement,...
*I've built this on top of the 0.7.0 tag but that isn't in main yet and so it adds to the diff* This adds `pgo.timestamp` as a converter function from...
As discussed on Discord, I believe the `dynamic.optional_field` behaviour is a bit off and this PR tries to adjust it to match the documented behaviour. The use of `decode_optional` in...
I came across an issue where I tried to do: ``` let now = birl.now() let start_time = birl.set_time_of_day( now, birl.TimeOfDay(hour: 8, minute: 0, second: 0, milli_second: 0), ) let...
I struggle to write with confidence on this as others contribute to the project but given the general lack of activity it seems safe to say that this project is...