TheQuantumPhysicist

Results 55 comments of TheQuantumPhysicist

> If you don't need direct access to the image, you can use the core driver directly without it being filebacked? This doesn't require libhdf5_hl. What do you mean with...

Well, given that the default value of [`--catch_system_errors`](https://www.boost.org/doc/libs/1_78_0/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/catch_system.html) is `no`, then it's obviously not working.

I'm sorry, but I'm in a very bad health condition that I'm almost incapacitated I can't do anything right now. If someone else can do this, that'd be great.

While the flag `-xkb` solves this problem, it creates the same problem that happens with `nomodtweak` is absent, which is that shift+F11 (in my case) doesn't work anymore.

So... if you're facing this same problem, you may wanna adopt my dumb solution (that works). I debugged x11vnc and manually forced the character codes to change. Find my fork...

This happened with me when running on a Raspberry Pi 4 (8 GB) with `cargo run --release`, but when I run the executable by calling it directly, it doesn't happen....

Can we downgrade the Debian version (with apt pinning) to get docker compose plugin to work, until the newer version exists? If yes, which version is guaranteed to work? Edit:...

I don't think they will do anything or change anything. They don't care anymore. It seems that Seafile is now in maintenance mode, and they're just enjoying the sweet, sweet...

So, I successfully compiled the example on 4.3, thanks for fixing that. But... I was unsuccessful in getting it to be useful. I have to say that many things are...

This happens when you try to await a future inside a `crossbeam::select!{}` macro. The error is not so clear as no information is usually given, but it's easy to detect...