Evan Relf
Evan Relf
Might a [bloom filter](https://en.wikipedia.org/wiki/Bloom_filter) or [cuckoo filter](https://en.wikipedia.org/wiki/Cuckoo_filter) be useful for this?
One thing I really appreciate from `home-manager`'s implementation of this feature is that it remembers which files it placed in your home directory, and removes them if they're not present...
As a Roc beginner, I find `value = task!` to be much nicer than `value Task.await`. I think adding a Rust-style `?` syntax for `Result` would be awesome! I do...
> though monads can make for very nice abstractions Agree! The most basic aspects of programming in Roc - effects and error handling - are built on them. > they...
Anyways, I don't mean to argue about this forever. Just wanted to make a good argument in favor of _some_ kind of syntax support for monads. But I understand if...
I think the compiler has regressed on this. I'm using Roc built with Nix from https://github.com/roc-lang/roc/commit/b8d9367029710e76205381b6bac36ef01c498604. Taking Luke's example above verbatim: ```roc #!/usr/bin/env roc # Some comment app "" packages...
This appears to work, but I don't really know C++ so I will refrain from opening a PR: Diff ```diff diff --git a/src/input_handler.cc b/src/input_handler.cc index d5f010c7a6..72323e20b2 100644 --- a/src/input_handler.cc +++...
I don't know if this is actually a crash during window construction, but I think it's related to the other crash I reported, and `WinDisplay` is involved 🤷 Please rename...
Just verified the install works _perfect_ when using the aarch64 Arch Linux in OrbStack, and _fails_ in the exact same way with x86-64 Ubuntu 24.04. So probably something to do...
Oops, sorry for the dupe! Thanks, will try that later today 👍