jtenner

Results 43 issues of jtenner

## To Reproduce ```rs let assert #([d, ..], ) = #([2, 3], ) ``` ## System Specs Runtime: `erlang` OS: `ubuntu` using `wsl` on `Windows 10` Gleam version output: ```...

bug
help wanted
good first issue
priority:high

Hey! Thank you for this amazing software. The only issue I had was an issue with `bun` when using the `--watch` flag. When the compilation of a given module fails...

This sort of feature would help us develop features like `Array.prototype.entries`, `Array.prototype.values`, and other features that require generators. For instance: ```ts class Array { *values(): Iterator { var length =...

enhancement