-
This issue was moved from the zed repository, originally filed by @ghivert:
> Hi! I'm not sure where to talk about the subject, so I prefer open an issue. 🙂
>
> Those days, I was trying to see i…
-
Convert it to manually parse the URI instead.
-
https://packages.gleam.run/
-
I have been using this project to extend a Phoenix app with a plug that runs requests through a Wisp/Gleam handler and only passes them on to Phoenix. It has been great and exciting and working well w…
-
My current ban list:
```
"eyes glint"
"eyes full"
"eyes gleam"
"eyes sparkl"
"eyes twinkl"
"eyes shin"
"eyes glow"
"eye glint"
"eye full"
"eye gleam"
"eye sparkl"
"eye twinkl"
"eye shi…
-
👋
We're [working](https://github.com/hexpm/hexdocs/pull/44) on adding global search to https://hexdocs.pm and we'd like to index Glean but there are some questions:
- Is Gleam's `search_data.js` …
-
Hi
Since some of the stdlib is moved into separate packages, I thought it could be useful to add those dependencies in the playground, so that we can still use them.
i.e. adding gleam_yielder, gleam_…
-
How to reproduce:
Create project with the following main module:
```gleam
import module
pub fn main() {
module.hello()
}
```
add `src/module.gleam` as:
```gleam
import gleam/io
p…
-
I’ve really enjoyed exploring Gleam—what a fantastic ecosystem! This extension has been incredibly useful, but I’ve encountered a small issue detailed below. If there’s any way I can assist with resol…
-
As discussed in discord, there is likely a parser bug that is causing nested tuple access to result in odd compilation errors, as well as the formatter putting the access (`0.0` in the below example…