-
I get build errors in my app on `gleam run -m lustre/dev build` after updating tardis to 0.2.
```
Compiling tardis
error: Type mismatch
┌─ /client/build/packages/tardis/src/tardis.gleam:13…
edman updated
1 month ago
-
Right now the field `gleam` accepts an arbitrary complex constraint to limit the allowed Gleam's version. But it would be better to only allow constraints in the form `>= 1.3` where we only provide a …
-
Currently servo is using multiple GL bindings: glow, sparkle and gleam (with last two being part of servo organization). Per discussion in https://servo.zulipchat.com/#narrow/stream/263398-general/top…
-
When adding a path in repository in `gleam.toml`, when there's multiple packages in the repo, their versions can go out of sync.
Let's take an example:
- There's a package `foo`, located in `repo/…
-
In JSON there is only a number, not a float or integer. The real problem comes into play when getting data from a web client via JSON that is expected to be a float but is encoded in JSON without a de…
-
```
gleam new repro
cd repro
gleam export erlang-shipment
cat build/erlang-shipment/gleam_stdlib/ebin/gleam_stdlib.app
```
The modules list is missing `gleam_stdlib` for being an erlang ffi m…
-
Currently Gleam reports JsCache type constructor is unused
```
warning: Unused private constructor
┌─ /home/aleksei_gurianov/oss/sketch/sketch/src/sketch.gleam:21:3
│
21 │ JsCache(cache: …
-
I talked about this on Discord with Gears, and he thinks this is actually a bug worth reporting 😄
When the compiler introduces auto-generated type variable names for reporting errors (and in the L…
-
The first example does not work properly. On every input event, the dialog is closed.
In the second example, updating the value via ffi instead provides a workaround, so that the dialog with the in…
-
1. Create `main.gleam` file
2. Fill it with:
```gleam
pub fn main() {
}
```
3. Save file
4. Select all lines and do `:CodeSnap`
5. Crashes with:
```
thread '' panicked at library/core/…
wczyz updated
1 month ago