Michael Montalbo

Results 5 comments of Michael Montalbo

Thanks for the notes on Gir.Core and the `--debug` flag. I tried enabling this during some testing but still no luck yet. I’m not 100% sure on this, but here’s...

I'll perform some small testing of this patch to see if any regressions or new crashes occur (moving sliders around quickly for artistic image effects on a very large image,...

Thank you for the detailed response. I tried to track down the behavior you described earlier, but missed this `GCHandle.Alloc(this);` thank you. I do believe you are correct that GirCore...

I switched to looking at the implications of not storing/removing the resource ID returned by `TimeoutAdd` / `IdleAdd`, since GirCore should handle owning and cleaning up the callback. As an...

After reading https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-expressions#capture-of-outer-variables-and-variable-scope-in-lambda-expressions I believe the handler being pinned by GirCore should capture a strong reference to a managed object whose fields are referenced (i.e., the managed object `StatusProgressBar` and...