Louis Pilfold

Results 761 comments of Louis Pilfold

I've asked on twitter and it seems we're split between `` and ``. Erlang uses `` ```erlang 1> erlang:term_to_binary(1). 2> erlang:term_to_binary(0). ```

Let's have it default to 1 byte

Good call! Let's upgrade this function to also be able to decode JS objects https://github.com/gleam-lang/stdlib/blob/fb560da31a313cb7e2966b131a0148a8173e9e4a/src/gleam_stdlib.mjs#L589

We definitely want this! Thank you

Generally anything that works in Erlang guards and Gleam has a literal expression syntax I'd be happy to add to Gleam's guard

Hello! Thanks for the report. No work has been done in to NIFs with Gleam so there may be something we need to do here. What version of Gleam and...

Fab, thank you. My theory now is that there's some build directory we need to copy.

Oh dear, I thought we did do that! We'll have no investigate more.

Great suggestion. Initial thoughts: The name isn't very clear- what would be clearer? The Elixir function is lazy, which makes me think it spawns a process per element requested in...