-
While on a train, I noticed that I cannot remove packages while being offline:
```txt
$ gleam remove gleam_stdlib
Resolving versions
error: Dependency resolution failed
An error occurred whil…
-
As discussed in discord, there is likely a parser bug that is causing nested tuple access to result in odd compilation errors, as well as the formatter putting the access (`0.0` in the below example…
-
Hello! I ran into a problem while writing some custom error reporting for resolution failure for the Gleam compiler. What I do is I start from a `DerivationTree`, transform it a bit, and report a pret…
-
I'm trying the highly version of the compiler and every time I save a file this error pops up in the editor (I'm using Zed, I've tested and the same happens in VSCode).
```txt
An error occurred whil…
-
Here's my ban list
```
"eyes glint"
"eyes full"
"eyes gleam"
"eyes sparkl"
"eyes twinkl"
"eyes shin"
"eyes glow"
"eye glint"
"eye full"
"eye gleam"
"eye sparkl"
"eye twinkl"
"eye shin"…
-
```gleam
import gleam/bytes_builder
import gleam/erlang/process
import gleam/int
import gleam/io
import gleam/iterator
import gleam/option.{None, Some}
import gleam/otp/actor
import gleam/otp/…
-
**Is your feature request related to a problem? Please describe.**
Create scripts that generate frontend templates
**Describe the solution you'd like**
These scripts will alter the initial setup …
-
This is a bug in the Gleam compiler, sorry!
Please report this crash to https://github.com/gleam-lang/gleam/issues/new
and include this error message with your report.
Panic: compiler-cli/src/b…
-
Use the same tech as the language tour to make a little place one can edit and run Gleam in their browser.
Prior art:
- https://play.golang.com/
- https://play.rust-lang.org/
# MVP features
…
lpil updated
4 months ago
-
To reproduce:
Add a retired package to your `gleam.toml`, for example:
```toml
gleam_pgo = "0.14.0"
```
And then try to build (or check) your package:
```
gleam check
```
Expected:
…