stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

🎁 Gleam's standard library

Results 74 stdlib issues
Sort by recently updated
recently updated
newest added
trafficstars

It seems like the return value for this example is wrong here even though I haven't run the code locally to double-check yet.

Would there be interest in a `dict.change` (name to be determined) function? It's signature would look something like this: ```gleam pub fn change( in dict: Dict(k, v), update key: k,...

An attempt at implementing `list.count` and `iterator.count` as suggested in #592. The functions will return the number of elements in a given list/iterator that satisfy the given predicate.

Fixes #600 Unfortunately, Gleam doesn't recognize \b or \v as valid escape codes, which I believe makes it impossible to create a test for these changes. I'll likely open a...

When I run `gleam test --target erlang`, I get a single failed assertion: ```bash 1) gleam/float_test.negate_test Values were not equal expected: 0.0 got: -0.0 output: ``` It is this test...

Fixed by #602 Edited 5/24, 8:00 PM PST I was having issues related to accidentally interpreting binary data as text, resulting in the following error output from `gleeunit`: ![image](https://github.com/gleam-lang/stdlib/assets/146277660/7382c2d5-2cb2-4550-a75e-fcb296e5c4dd) Eventually,...

bug
good first issue
help wanted

I am learning gleam, and to do this i am doing the advent of code 2023, however because i'm on windows line endings are CRLF by default, when i try...

I think there was a small typo in the dict examples.

1. Target branch should be inoas:create-upsert - this branch is rebased to that. 2. Do not merge into next release, but the one after Followup to https://github.com/gleam-lang/stdlib/issues/570 ~~Potentially closes https://github.com/gleam-lang/stdlib/issues/599~~