Alexander Sloutsky

Results 5 issues of Alexander Sloutsky

Add extension to text editor that allows to inject automation peer that represents IntelliSense suggestion list and the currently selected suggestion - to allow screen narrators to read the suggestion.

https://github.com/icsharpcode/AvalonEdit/blob/master/ICSharpCode.AvalonEdit/Editing/TextAreaAutomationPeer.cs: line 118 FromElement(editor) may return null in some (random) cases - and the current code throws NullReferenceException. The suggestion (below) is to check returned value and fall-back to 'retrun...

Issue-Bug
Area-Accessibility

In Kusto (the underlying database engine used for Sentinel) : for the cases when the full worked is looked up - it is better (perf-wise) to use 'has' instead of...

enhancement

Following issue #110 - it would be great if a nuget package release that includes this change will be available.

### Describe the bug Hi, When using 'gpuEnabled' : true inside vanilla-HTML, the graph rendering fails with: the following callstack: Uncaught (in promise) TypeError: Cannot read properties of null (reading...