Johannes

Results 65 issues of Johannes

Closes #627 I'm new to Gleam, so fully prepared for what I'm doing here to be unidiomatic or otherwise distasteful for some reason, but thought it would be worth having...

https://github.com/gleam-lang/stdlib/blob/d8f046a674197b41e409fec0522a5f6d2d4c7a6d/src/gleam/dynamic.gleam#L320-L329 I think it would be nice to return the index of the offending element instead of just `"*"` I'm new to gleam, but I had a little play around...

With the new tab completion auto adding of imports, if it's the first import in the file, there's no blank line between it and the first line of code.

bug
help wanted
good first issue
priority:medium

### What version of Effect is running? 3.4.5 ### What steps can reproduce the bug? https://effect.website/play#60bb9fa16ff5 ### What is the expected behavior? Should render the same as a vanilla Error...

bug

Specifying a timeout when making a web request seems like a core feature, otherwise your code is at the whim of whatever you're communicating with. Usually I'd pass a `AbortSignal.timeout(time)`...