Matthew Scheffel
Matthew Scheffel
> As you're using trunk 0.21.4, you should be able to use the new `data-wasm-opt-param` flag. If you find some reasonable settings that "just work", we could add them as...
I've been having the same issue recently. ~I'm using vim mode, perhaps that's relevant.~[^3] [^3]: disabling vim mode and restarting does not change the symptoms The problem begins on first...
This same behaviour occurs in `cargo run --example input` for the `gpui` crate as of 266c41ed9a5d43d185acc46e0c8ac71d0cfbac3c; including working for a few moments until it ceases to register key presses. Having...
> OS: Kubuntu 22.04 KDE Plasma Version: 5.24.7 Graphics Platform: X11 Graphics: Mesa Intel That version of KDE/Kubuntu came out 2.6 years ago. Might be better to try on a...
I fiddled with the `gpui` input example in a debugger and found that the keystroke handling here: https://github.com/zed-industries/zed/blob/6f918ed99bfa107d496f7e6a7101a956494f3153/crates/gpui/examples/input.rs#L725-L728 ... does not get called when this problem occurs, after being called...
> [@isosphere](https://github.com/isosphere) can you check if it is still happening for you after [#34514](https://github.com/zed-industries/zed/pull/34514)? I built a release version of d4110fd2ab and there is no change, unfortunately. Text input stops...
@theodoregoetz , @cpuccino: do you see lines like the following in `dmesg` when you have input problems? ``` [ 284.036140] ibus-x11[2813]: segfault at 2ce ip 00007f0c79604356 sp 00007ffe766e79b0 error 4...
> Looks sane to me, thank you for taking care of this! > > Would you be able to reference the piece of the spec in the pull request that...
This is my working systemd service file on Debian bookworm that I offer with no warranty, maybe it will help? I can't defend every line here, but it's working for...
Looks like scipy agrees with your assessment! Poetry is technically right, but it's also being pedantic. I imagine there's a good reason for building architecture-agnostic solutions, but I'm just trying...