-
There are several logo requests but it is extremely hard to decide which ones should be included and which should be rejected.
This Issue shall serve as a platform to evaluate them one by one.
W…
-
When running `beamup install gleam latest` on macOS I get the following error:
```
Error: no gleam asset found to support arch:aarch64 os:macos
Location:
src/github.rs:32:33
```
It app…
-
# Bug Report
**glitzer version:** 1.1.1 latest release
**Current behavior:** Currently `glitzer` hides the cursor and does not show it again when it's done.
**Expected behavior:** `glitzer` s…
-
Start a new project with the following deps:
```toml
[dependencies]
gleam_stdlib = "~> 0.25"
phoenix = "~> 1.6.15"
[dev-dependencies]
gleeunit = "~> 0.7"
```
Use `gleam deps download` to…
-
Love these icons!
It would be amazing to have the above mentioned added to this aswell.
-
I tried querying a timestamp from my database like this:
```sql
select creation_time from session;
```
Squirrel generated the code for it without problems.
When using the generated code I get an …
-
Example:
```rust
import gleam/erlang.{rescue}
import gleam/io
pub fn main() {
io.println("Hello, Joe!")
}
```
Generates an import in the JS module to `gleam/erlang.{rescue}`, even th…
-
How to reproduce:
1. Create this gleam file and a corresponding `wibble_ffi.mjs`.
```gleam
pub fn main() {
external_wibble()
}
@external(javascript, "./wibble_ffi.mjs", "wibble")
fn ext…
-
Currently, for this code:
```gleam
case True {}
```
The compiler produces this error:
```
error: Inexhaustive patterns
┌─ FILE
│
5 │ ╭ case True {
6 │ │
7 │ │ }
│ …
-
Example exec: SF10 (stockfish_10_x64_popcnt.exe)
New Game -> SF10 plays Black
If SF10 is set up to run via the InBetween adapter CC displays the entire initialization sequence:
```