Beni Bachmann

Results 17 comments of Beni Bachmann

Unfortunately not. Except manual deployment using a "pages" branch.

Hi @connorgmeehan Maybe I'm just too dense but I'm still struggling with the same issue. I have never found out how to access the other two vertex indices in an...

Thank you for the quick and detailed feedback! I could be wrong, but I don't think that it's possible to run multiple processes on iOS. An app only ever consists...

Not sure if you are an LLM or a human. Anyway, if you check line 88 you can see that this action is calling `choco install yq`. I can‘t control...

I can’t test it because I‘m no longer working on that project. But it looks like the PR indeed fixes the issue. Thanks! 👍

This is for the second panic. I can't reproduce the first one anymore `RUST_BACKTRACE=1` ``` thread 'main' panicked at /home/user/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-xim-0.4.0-zed/src/client.rs:237:67: Encoding Error: Utf8Error(FromUtf8Error { bytes: [168], error: Utf8Error { valid_up_to:...

The panic happens in `zed-xim-0.4.0-zed/src/client.rs` on line 237 with `preedit_string` containing ASCII code 168 which is `¨` (German umlaut). This is the same key which types `!` with my keyboard...