gleam icon indicating copy to clipboard operation
gleam copied to clipboard

⭐️ A friendly language for building type-safe, scalable systems!

Results 441 gleam issues
Sort by recently updated
recently updated
newest added

As per the failure message: ``` > gleam run --caps=true error: Found argument '--caps' which wasn't expected, or isn't valid in this context If you tried to supply `--caps` as...

bug
help wanted
area:tooling

Gleam publishes packages to Hex with the Gleam code and also the code precompiled to `.erl`, `.hrl` and `.app.src` files. Mix should be able to use to build Gleam packages...

help wanted
area:tooling

Gleam publishes packages to Hex with the Gleam code and also the code precompiled to `.erl`, `.hrl` and `.app.src` files. Rebar3 should be able to use to build Gleam packages...

help wanted
area:tooling

As the runner is macOS amd64. We will likely need to wait for GitHub to support arm64 Disabling the check for now.

discussion
priority:low

https://rust-lang.github.io/rustup/cross-compilation.html

help wanted
area:ci

```rust /// This is a function that does... if erlang { fn thing() { todo } } if javascript { fn thing() { todo } } ``` This will reduce...

help wanted
good first issue
area:formatter

As requested by Louis in gleam-lang/stdlib#226 We have a convention of creating doc-test like lines in the documentation comments for types & functions but we don't have a way for...

area:codegen
area:tooling
area:parser

It would be useful to be able to pattern match on the prefix of a string in the same way that we can for bitstrings. What could the syntax be?...

help wanted
discussion
area:type-analysis
area:codegen
area:language-design

In the style of https://gleam.run/cheatsheets/gleam-for-elixir-users/

help wanted
priority:medium

Given the following snippet, we will get a compile error on **line 9**. ```rust 1 | import gleam/map.{Map} 2 | 3 | pub fn insert (map: Map(a, b), key: a,...

help wanted
area:type-analysis
area:errors