Sebastian Klähn

Results 100 comments of Sebastian Klähn

It seems like the test is a bit flaky (for me it ran 7/8 times), but I do not know a fix of the top of my head yet.. Maybe...

> This may be because you are using the app image version (is that correct?). Perhaps you should be running it though xwayland and try instead. > > Try setting...

For other people using nixos / home-manager: ```nix # Entry for home manager configuration sioyek = { enable = true; # The package can also just be added to systemPackages...

> I ran into the same problem on linux, and the problem was solved after I executed this command. export QT_XCB_GL_INTEGRATION= Doesn't work for me

How did you create the current flake.nix? Because it seems like there is a lot of repetition in there

```nix mkCrossRustPackage = arch: packageName: let rustTarget = arch2targets."${arch}".rustTarget; crossTarget = arch2targets."${arch}".crossTarget; pkgsCross = import nixpkgs { system = system; crossSystem.config = crossTarget; }; in let toolchain = fenixPkgs.combine [...

The macos changes hit unstable. I tried to build in locally, but there are still some problems.

The JSON-RPC python tests are failing because we can't set [cfg(test)] there. Maybe we can compile json-rpc-server with `RUSTFLAGS='--cfg test=1'`, or we can just add an internal config option to...

There is still discussion in the related issue

Lol, it seems like VSCode handles `ISO_Level3_Shift` as backslash?! At least that is shown when I press it in the dynamic input setting widget.