Open Issues Need Help
View All on GitHub good first issue help wanted
good first issue help wanted
Float to string with fixed precision 3 months ago
help wanted
bug help wanted
string.drop_start behaves wrong on the JS target 4 months ago
help wanted
uri.parse does not follow RFC 3986 on JS 5 months ago
help wanted
help wanted
good first issue help wanted
Add `string.strip_prefix` and `string.strip_suffix` 12 months ago
good first issue help wanted
good first issue help wanted
uri.parse of an empty port is incorrect about 1 year ago
AI Summary: The `uri.parse` function incorrectly handles URIs with an empty port, specifically when parsing `//:`. On an Erlang target, it returns `Some(Undefined)` for the port, which is not the expected behavior. The JavaScript target also behaves differently but is noted as non-RFC3986 compliant.
Complexity:
2/5
bug good first issue help wanted
`string.inspect()` shows outdated information for atoms about 1 year ago
AI Summary: Update the Gleam standard library's `string.inspect()` function to accurately represent atoms, specifically correcting the representation of atoms created from strings to use `atom.create()` instead of `atom.create_from_string()`, aligning with recent changes in the Gleam Erlang implementation. This involves modifying the function's implementation and potentially updating related test snapshots.
Complexity:
3/5
good first issue help wanted