Alyssa Ross

Results 32 comments of Alyssa Ross

I'm also (still) having this issue. Is there anything I could do to help get it fixed? I notice @steakknife appears to have a fix

One of the things that has made Nix appealing to me (and easy to contribute to) so far for me has been that everything lives in one big repository. It...

One more thing: if commit rights were something that had to be requested, I think that might put people off. "What if I'm rejected?", "What if it's rude to ask,...

After much experimentation and learning, I was able to link to Helix from a C program using clang on macOS: ```c #include #include int main() { void *handle = dlopen("./native.bundle",...

Further investigation on my part reveals that even if I do manage to get `cargo test` to link properly, I can't run the tests because `Init_native` runs before I get...

FWIW I also needed this and came across https://gitlab.kitware.com/utils/rust-yaml-merge-keys, which adds support for

Hey! Fwiw, it wouldn’t be possible to include that class of mine in tty-prompt as it stands, because of its licensing (it’s GPLv3). If you want to use it, I’d...

Oh neat, I hadn’t seen the strings gem. That’s awesome!

Hi! Noticed there's been some activity on this repo recently. Anything else I need to do before this can be merged?