XANDER
XANDER
Hi everybody, in the issue #3260, I read that libuv needs additional reviewers to accept this patch. I'm willing to help, but I don’t know yet how I can be...
Thank you Anton, really good suggestion. I have a question: how to deal with the TimeoutCancellationException? In most cases, the timeout should be treated as a failure result. But TimeoutCancellationException...
Thank you very much sdarveau, your fix is very useful and working perfectly for a long time. It looks like davidbritch is very busy and doesn't have time to check...
Yes, I'm using Behaviours source files in my solution, with your fix on top `ActionCollection => ObservableCollection`, not a NuGet package. Strangely enough, after "Build/Clean Solution" and manually deleting all...
Thanks @BOBx5, it looks like ```returnType: typeof(ObservableCollection)``` does the trick :) But I took a different path and completely got rid of the XAML: I gradually rewrote the entire UI...
QModMaster uses two custom callbacks to implement Bus Monitor functionality: * [modbus.c --> send_msg() --> busMonitorRawRequestData()](https://sourceforge.net/p/qmodmaster/code/ci/default/tree/3rdparty/libmodbus/modbus.c#l179) ```C //***Not part of libmodbus - added for QModMaster***// busMonitorRawRequestData(msg, msg_length); ``` * [modbus.c...
A lot of software depends on libuv, and community is interested in fixing this issue. So why not provide an opportunity for the community to help resolve it? "their computed...
@vtjnash, getting personal is also not the best example of how open source works. You know nothing about my actual involvement. "**I** have decided **we** should drop" - is the...
bnoordhuis commented Jan 23, 2023 https://github.com/libuv/libuv/pull/3891#issuecomment-1400174092 Time moves on. We've decided to drop support for Windows 8.1 so the odds of us reconsidering Windows 7? Slim. If Windows 7 support...