Alberto Aldegheri
Alberto Aldegheri
- On clipboard notification click, open the editor Like the Windows' Snipping Tool, when the use clicks on the notification, the screenshot editor will open - When the editor was...
Hello, it seems that semantic predicates are not handled. Given the following grammar with semantic predicates ```g4 grammar Expr; @parser::header { export function isSummable(ID: string) { // symbol table checks...
Hello Vibou, thank you for your great extension. I just upgraded to Shell 3.8.1 and your extension does not work. Here is the crashlog: ``` shell JS ERROR: !!! WARNING:...
This issue is very similar to #190 and #133 (@Monokai 2 years passed here) but I tried to summarize and write down all cases. To summarize these are all of...
Hello! I just wanted to report the missing support for [all of service broker commands](https://docs.microsoft.com/en-us/sql/t-sql/statements/begin-conversation-timer-transact-sql). Thank you
### Description of Change Generalize recognition of text inputs in `HideSoftInputOnTappedChangedManager` so that 3rd party libraries with native handlers can leverage this new feature of `ContentPage` by simply adding a...
### Description I'm using a simple `BindableLayout` to add and remove children dynamically from `VerticalStackLayout` and I realized `MeasureInvalidated` event is not being fired when children changes. So I went...
**Describe the bug** I'm trying to test memory leaks on my library, but NSubstitute retains reference to call arguments (even after `ClearReceivedCalls`). This makes it impossible to test memory leaks...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
### Description of Change This PR fixes weird scrolling issues caused by a bug in `KeyboardAutoManagerScroll` which is not properly taking into consideration that a text field can be scrollable....