Louis Pilfold

Results 761 comments of Louis Pilfold

Sounds good! What commands would we want it for? `run`, `test`, `build` and `check` seem like obvious ones. Making it a flag means there's yet another flag that can't be...

> No flags can be easily passed down into a gleam program in my experience: That's a bug with Clap when _only_ flags are passed. It doesn't in any way...

As Tynan says the solution is to have the `gleam compile-package` API not emit that warning ever, so it just needs to set some extra configuration on the package compiler...

I'm surprised there's quite such a different as `toList(first, rest)` is just `first.reduceRight((xs, x) => new NonEmpty(x, xs), rest);`, but any faster approach would be gladly accepted.

Wonderful! Thank you. An alias could be good too, rather than a function wrapper. There would be no overhead in that case. Would just a single character such as $...

Let's go for both as I'm sure it will be a long time before we can support all bit syntax on JavaScript.

Could you rebase on main please? 🙏

Is this WIP @giacomocavalieri ?