shayne
shayne
Hey Lau! Title is pretty self-explanatory. I'd understand if you don't think it's necessary considering that using `Calendar.Strftime.strftime!(date, "%B", lang)` really isn't that verbose, but I'd definitely consider it a...
When some does something like: ```elm let _ = Debug.log "Hello Elm!" in ... ``` They might expect that either they will side effect of "Hello Elm!" showing up in...
First off, thank you so much for this guide! I found it incredibly helpful with setting up an Electron + Elm app. Faced a few issues with some of the...
Apologies if this has already been discussed elsewhere: Are there plans to implement a macro system for gleam? If so, has any thought been put into the syntax/mechanics of such...
:wave: Hey! Me again. I ran into an issue where the compiler doesn't seem to be able to resolve a value's type when it's generally matched, but can when it's...