JonasGruenwald
JonasGruenwald
Ah right, I didn't change it at the root or anything, don't even know where library files are stored in processing, I just meant not importing the library but copying...
Hello, I was also encountering this problem with the docker setup, and I couldn't get a local setup with nix running consistently (it actually started once, but crashed on subsequent...
@lpil hm but how? it's not listed under dependencies? https://github.com/JonasGruenwald/chrobot/blob/v1.0.0/gleam.toml#L12 If I create a new project right now and add to my gleam.toml ```toml [dependencies] gleam_stdlib = ">= 0.34.0 and...
Is it the manifest file that has this information? It may be that I moved it to from regular to dev dependencies in the gleam.toml but then forgot to run...
It does say that, I don't see how that would be possible, since if the dep was transitive it would still be installed alongside my package and not cause this...
Alright :) Here are some proper steps to reproduce, seems to actually not be related to me messing with the `gleam.toml` 1. Create project `gleam new issue_3143` 2. Add dev...
I also encountered this issue, what worked for me was copying Ghostty's Terminfo to the remote machine as their docs describe: https://ghostty.org/docs/help/terminfo#copy-ghostty's-terminfo-to-a-remote-machine The issue is probably with the missing Terminfo,...
I've started with that on the upgrade-deps branch, though I don't remember if it's completed, I don't have time to work on this package at all at the moment.
Sure thing! I would have some time to look at a PR from October.
This is pretty tricky, when running the mix coverage task, it just cover-compiles all the modules once before running all the tests, which of course gets broken immediately when patch...