Victor
Victor
TBH, I am not sure formatting is important unless it is in some way extreme.
I got a general warning from the moderator last week and hit the limit today for the first time. Found elsewhere that the limit is usually 5 posts in 24h....
Not sure what are you asking about, but I found this driver that installs and works inside Sandbox. https://www.amyuni.com/forum/viewtopic.php?t=3030 E.g. it is somewhat possible to get virtual monitors installed.
This feels like a band-aid rather than proper fix. Theoretically invoking GC should not leave anything in a broken state, but types derived across .NET/Python boundaries are tricky. We should...
An explanation is not enough, we need a minimal test (not necessarily written as a test function, could be a short script or .NET console app) that fails before the...
@Frawak I took a look at the example, just want to see if I understood it correctly: it does not appear to have either Python classes derived from .NET classes,...
I still plan to take a look.
OK, I did a review, and IMHO, this fix will just leak .NET memory because the GC handles will never be released after .NET types are disabled in Python. I...
The `forceBreakLoop` exists because you can have a .NET object `O` that has a `PyObject` field pointing to Python object `P` which somehow points back to `O`. If there are...
Not sure if it's related yet, but we have two crashes in CI.