Yuxuan Shui
Yuxuan Shui
This seems to be related to interaction between network and `_thread`. I tried manually `deinit` the network and reconnect, `urlopen` worked fine right after that. then I tried calling urlopen...
@bc-109 do you use `_thread` at all?
Thanks for your answer! > So I think this feature would require you to gather all other devices anyway, to make sure they are all online at the same time...
BTW, so this project is no longer actively developed? might be a good idea to note this in README, or archive the repository? anyway, just a suggestion. I didn't realize...
I am having this problem right now. Seems illogical to allow mixed ashift when adding a disk, then complaining about it when trying to remove. Since mixed ashift pool apparently...
You might need to look into `vulkano`'s code. https://github.com/vulkano-rs/vulkano/blob/94f50f18bd25971ea123adb8b5782ad65a8f085c/vulkano/src/memory/allocator/mod.rs#L1110-L1135 Add some logging statement here might be helpful.
hmm, so maybe we need to allocate buffer on host and device, and do buffer to buffer copy?
Hypothesis: oomd tried to kill the higher ranked cgroup, it successfully killed some processes in the cgroup but not all of them. oomd thus concluded killing had failed and then...
Hmm, creating the mask image in critical section makes me a bit uneasy. In the critical section we grab the X server and pause its processing of other client's requests....
Maybe it's better to instead keep the current default, and enable the new behavior with an option, like `--smart-argb` or something :thinking: