Louis Pilfold

Results 281 issues of Louis Pilfold

Flash messages are short text messages stored in a one-request cookie which is used to add that text (often in a banner or alert popup) to the next page load....

Explain why this isn't a thing! ```gleam case somelist { [rest.., last] -> 1 _ -> 2 } ```

help wanted
good first issue
priority:medium

### Discussed in https://github.com/gleam-lang/gleam/discussions/3144 Originally posted by **RudolfVonKrugstein** May 16, 2024 Hi, I have a problem with publishing and then using it on hex. - I created this project: https://github.com/RudolfVonKrugstein/gleam_processgroups...

help wanted
priority:medium

[This PR](https://github.com/gleam-lang/language-tour/pull/55) introduced some extra colours. We need to bring it back into being consistent with the core branding so that it does not define any new colours. We could...

```gleam import gleam/io pub type DateTime @external(erlang, "calendar", "local_time") pub fn now() -> DateTime pub fn main() { io.debug(now()) } ``` ``` Error: panic expression evaluated ``` I think this...

I'm looking to write a new rebar3 plugin for the new compiler API ## The API The API is to be called once per Erlang application within the project, starting...