George
George
When I was debugging the code for issue #157 , I got a lot of NullReferenceExceptions in `MagicalBox` complaining that dictionary's key is `null`, apparently `null`s get passed to Dictionary...
https://github.com/beto-rodriguez/LiveCharts2/blob/1af9df52805dc7baa013970a54db6dac21d1c869/src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/CartesianChart.axaml.cs#L812 The above should be changed to `e.Handled = false;` or at least an option via public property should be provided where users specify if they want this and similar...
### Far Manager version 3.0.6074.0 x64 ### OS version 10.0.22621 ### Other software _No response_ ### Steps to reproduce 1. Search for files, and see the results in Temp such...
It would be nice to add the following kinds of symbol searches: 1. **Find Extensions of Specific Type Only:** Currently the _Find Extensions_ feature will; find all applicable extensions, however...
It would be nice if the following would work correctly ins SuperQuickInfo help tooltips: 
**Symbol Scope Filter** Currently NaviBar works that it shows _all_ namespaces and types within the _whole solution_ as well as _all the referenced assemblies_ (framework, nugets). This is nice, but...
It would be nice to add the following improvements to the symbol list. These examples are for "Find Derived Classes" list, but can be applied to other similar situations: 1....
**Describe the bug** Cloned the git Repo. Opened in latest VS 2022 17.14. Built the solution. Tried running under debugger in VS. It exits every time: `The program '[28584] AIDevGallery.exe'...
Sometimes there is a need to plot not a point but a line/bar that represents for example a time interval. It should likely work the same way as Candle bars,...
It's very useful to limit the find symbol results for searches like Find Referrers/Overrides/Extensions to the following cases: - Current project only (perhaps have Shift modifier for this) - Current...