Valentin
Valentin
https://github.com/stjepang/blocking/issues/4#issuecomment-633935605 explains that this might not be possible: > Unfortunately, that is not possible and we can't use scoped threads. To see why, consider: > > ```rust > async {...
I ran into this issue. To illustrate it, let's use a simpler reproduction than the podman example. Usually you can run bwrap inside of bwrap: ``` bwrap --dev-bind / /...
> * Documenting this and do nothing, this will just continue the cycle of people discovering this issue every few years when they happen to read the man page. The...
You're right that bikeshedding wasn't the right word. What I meant is that this is going to be a long and difficult discussion and I'd like the manpage to mention...
Thanks for writing and linking this page, jdebp. I don't know whether this is technically a kernel or an opendoas problem. From my linux user perspective I experienced this problem...
I see, I can keep using `async fn` in the trait (this is important to me) and then use `mock!` with the different return type instead of `automock`. In my...
The realistic use I have is that I want to test the behavior of a piece of code that has multiple futures running at the same time (calling `select` on...
I interpreted that sentence and surrounding text as meaning that the feature is experimental and might not work for that reason. In that case a bug report like this is...
You shouldn't have closed my issue because of someone else's drm info. Here is mine [drm_info.txt](https://github.com/swaywm/sway/files/13047570/drm_info.txt) . ``` "max bpc": range [8, 16] = 8 "max bpc": range [8, 16]...
My sway config contains `render_bit_depth 10` for the monitor. I didn't toggle this while sway was running. I do use this monitor from several computers and change which input the...