Mathieu Guindon

Results 111 comments of Mathieu Guindon

Nah, that was me messing up my local build - fixing the test should be as simple as changing its expectations to match the actual.

FYI I sent you an invite to the RD org; if you accept the invite you'll be an "official" contributor and will be able to label issues and get access...

Looking at the history here: https://github.com/rubberduck-vba/Rubberduck/commit/862ed33a6e7c0307e98a81f0956206164bc9a27b It looks like the qualified member calls in are resolving to the underscored/hidden interface/class, and unqualified ones resolve to the non-underscored type - it...

Hm, perhaps the best thing to do would be to mark it as ignored... could be just a matter of ordering of the declarations, assuming a .FirstOrDefault somewhere in the...

It does sound like a replay of what I went through in my own local back when I tried to build it in VS2022.

Hi, and thanks! As it stands it's a little more than an experiment, but I'm pretty sure it would work in VB6 too (well minus any Excel-specifics, like Worksheet bindings),...

1. Kinda, but not quite: the details of exactly how twinBasic is going to integrate into VBA are still a bit foggy, and I haven't touched twinBasic in a little...

Hello! I have started porting this project over to twinBASIC (currently in preview/beta), as in the end a MVVM framework for VBA *in VBA* is rather heavy, and I can't...

In WPF/XAML, each UI element inherits a `DataContext` object from its parent element, so you set that property to the view model, and then the bindings in UI element properties...

Hi there! It looks like `ValidationManager` isn't implementing `INotifyValidationError` - I think I was working around that area (that and `ListBox` bindings) when I last touched this code. Assuming the...