Lorenz Brun

Results 30 comments of Lorenz Brun

So I spent some more time looking at this and I think this is not actually directly related to VirtualizingListBox. I disabled all widget recycling in there and this changed...

This is not just a China issue. FlatHub is very slow (a few MiB/s) even in Europe on a 1Gbps line which is directly peered over 10Gbps+ to Fastly with...

We added this a while ago as a patch for our internal use. The patch is at https://github.com/monogon-dev/monogon/blob/main/third_party/gazelle/add-prepatching.patch. If people are interested we could PR it.

Happens on Ubuntu 17.04 too, Linux 4.10.0, Avahi 0.6.32-1ubuntu1, temporary addresses configured on NetworkManager.

As a workaround you can set "bazel.queriesShareServer": true` in your settings.json. The issue stems from the extension setting a custom output_base which Bazel chokes on. Setting this option reuses the...

I'm pretty sure this is due to https://github.com/nextcloud/user_saml/blob/d9344081b773aca8faecb5f35122fdcb90bbb648/lib/UserData.php#L103 thinking the UID is a base64 encoded UUID but it not actually being one. This nonstandard behavior should really be behind a...

@dchammond Are you using my fork? If yes, you can use ``` { "racer": "/home/your_user/.cargo/bin/racer", "cargo_home": "/home/your_user/.cargo", "search_paths": [ "/wherever/you/clone/rust" ] } ``` You need to have clone of the...

I had WebDAV client software which cached directory contents if the modified time of a directory wasn't updated. This caused new data to never show up. Re Testing: I have...

Can confirm on amdgpu, so something's generally broken with VAAPI on 87. I haven't yet had time to investigate.

Just FYI this is what I'm using in my CI (it's a bit shorter than what's proposed here, also based on a clean 20.04 container): ```sh apt-get update && apt-get...