Alberto Aldegheri

Results 35 comments of Alberto Aldegheri

@Lakritzator what do you think about this? Thanks

@Lakritzator the Windows 10 Snipping tool works this way: 1. User hits Win+Shift+S 2. The capture tool appears 3. User selects the area 4. The area gets copied to the...

I honestly think that replacing clipboard content inside the editor with the color code is a bad idea. The user is not aware of it, because it's not the main...

@mike-lischke if you have an hint on how to fix this, **_maybe_** I can help and try to make a pull request

Yes, you're right, during `predicate.eval()` context is not available. I followed this official tutorial https://github.com/antlr/antlr4/blob/master/doc/predicates.md#finding-visible-predicates where it suggests to use `getCurrentToken()` (should be equal to `this.currentToken` in `antlr4ts`). Also a...

@M-Adoo thank you for trying to do this, but I found some issues. 1) Rollup found a lot of circular dependencies: ``` (!) rpt2 plugin: The ongenerate hook used by...

I have a fix until Microsoft decides to fix this in the source code.. I might even propose a PR but I don't have time now. I hope this helps...

Using `x:Shared` may be a good idea as long as there's an analyzer reporting an error when it's not used on values subclassing `BindableObject`. Otherwise the only option is a...

Follow up of my comment above. https://github.com/dotnet/maui/issues/21747#issuecomment-2072766914 We can introduce a new interface: ```cs public interface IStyleSetterValueProvider { object ProvideValue(); } ``` This interface would be explicitly implemented in `VisualStateGroups`...

The same problem affects also the other variants like "Spectrum". DataGrip has the same issue. Thanks for this great theme!