yoshi~

Results 11 issues of yoshi~

Hi! My original goal was to get a custom 404 page to work. I have found a partial solution for now (edit the netlify build command to copy a static...

Hi, this is more of a question than an issue. I also want to apologize in advance if this is not the right place to ask. I don't have much...

question

Hi! 💜 I noticed this after adding a `|> result.try` at the end of a long pipeline and `use` - ing the result. I've made a simplified example demonstrating the...

bug

I also posted this on the chat, but I think actually making an issue sounds like a good idea :slightly_smiling_face: I tried to make this example simpler by using lists...

bug
llvm
miscompilation

I feel like this has already gotten quite big, so I thought I'd stop at the early point before you say it's all unreasonable anyways and I waste a bunch...

For me, just compiling and running the `escript` every time takes over half a second. This change only starts the `escript` once per build, after which the same process is...

**wibble.gleam** ```gleam pub type Wibble { Wibble(String) } ``` **wobble.gleam** ```gleam import gleam/io import wibble.{Wibble} type Wibble = wibble.Wibble pub fn main() { let wibble = Wibble("hello") io.debug(wibble) } ```...

bug
help wanted
priority:medium

I checked out a Gleam project into a directory containing a period. The package name in `gleam.toml` is just `website`, the directory name I checked it out to is the...

bug
help wanted
priority:low

Example: ```rust import gleam/erlang.{rescue} import gleam/io pub fn main() { io.println("Hello, Joe!") } ``` Generates an import in the JS module to `gleam/erlang.{rescue}`, even though this value is never used:...

bug
help wanted
priority:high

The string is `"क्षि"`, or `"\u{0915}\u{094D}\u{0937}\u{093F}"`. ![image](https://github.com/user-attachments/assets/6ee7eee7-dd81-45ca-94c9-37c0dfc1999a) From the looks of it it actually just uses the byte/code unit count. Tested with Gleam v1.4.1, in VSCode, Zed and Helix :purple_heart:

bug
help wanted
good first issue
priority:medium