-
https://github.com/gleam-lang/stdlib/blob/master/src/gleam/iodata.gleam#L68
Should this function return a `Binary` not a string?
```
iex(7)> :erlang.iolist_size([0, 255, ])
5
iex(8)> :gleam@…
-
```rust
let x = case y {
1 -> 1
2 -> 2
_ -> 3
}
```
-
Things I would like to have but that need to come from Gleam, if you would like to help with Midas helping on these core issues would be just as useful
### High Priority
- https://github.com/gle…
-
This code is given an unexpected type error.
```rust
pub type Box {
Box(a: Nil, b: Int, c: Int, d: Int)
}
pub fn main() {
Box(b: 1, c: 1, d: 1, a: Nil)
}
```
```
error: Type mismatch…
-
### Stdlib inclusion
@lpil mentioned that I should use this library so that I was using a standard HTTP method type.
Probably the only way I would find this type was if it was in standard lib. It…
-
Cleanup after this change: https://github.com/gleam-lang/gleam/pull/480
-
```rust
pub type Choice {
/// left
Left(a: String)
/// right
Right(a: String)
}
```
Please leave a comment if you would like to work on this, or if you would like some pointers on …
-
Have the formatter render these expressions like so:
```haskell
import my/cool/module.{
One, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten, Eleven, Twelve,
Thirteen, Fifteen, Sixteen,…
-
https://github.com/midas-framework/crypto
Not sure what section it belongs under.
Also I would happily transfer it it the gleam-lang organisation if that is of interest?
-
```
louis ~/src/gleam/gleam (main) ✘ $ export GLEAM_LOG=trace
louis ~/src/gleam/gleam (main) $ gleam eunit test/build_with_gleam/
TRACE Reading file "test/build_with_gleam/gleam.toml"
INFO Copy…