Louis Pilfold

Results 1855 comments of Louis Pilfold

@GearsDatapacks Note I renamed some stuff to make naming a bit more consistent as `main` currently is inconsistent

Nice work! I've found a bug where the narrowing is escaping out of the case expression. This invalid code compiles and crashes at runtime ```gleam import gleam/io pub type Thingy...

Hello! I'm back from CodeBEAM now. > It was to do with TypeVar::Link, which allows shared mutability with Arc. This is intentional, the mutability of types is used to propagate...

Hello! Thanks for the report. What is your intent with the code `0 as n:size(8)`? `n` here will always equal 0, no?

That's a good motivation, thank you. Let's do it.

Oh I didn't think about that. Does it not matter for utf8, or are we just missing that?

Would we want an option to use the current platform's endianness also?

Could you share your use cases, alternatives options, and prior art in other languages please 🙏