Niels Bosma

Results 6 issues of Niels Bosma

When using the Avalonia diagnostic tools I keep getting errors like this: ``` System.InvalidCastException: Unable to cast object of type 'ColorTextBlock.Avalonia.CRun' to type 'Avalonia.Controls.Control'. at Avalonia.Diagnostics.ViewModels.LogicalTreeNode..ctor(ILogical logical, TreeNode parent) in...

Now that Avalonia 11 supports maybe it's a good idea to use those instead? https://github.com/AvaloniaUI/Avalonia/pull/6953

I use Geckboard dashboard to show some important KPI from my project so I have them in my face all the time. ![image](https://github.com/rocksdanister/lively/assets/4034492/90ce6014-1728-44b3-b119-c6bedae51626) I have a widescreen so I'd prefer...

enhancement

Any plan to add support for monitoring github actions?

I'm not a plotly expert but I believe that in Plotly.Yaxis.Overlaying: ``` public static Box y(int anchorId) { return Interop.mkYaxisAttr("overlaying", (anchorId > 1) ? $"y{anchorId}" : ""); } ``` anchorId...

I don't get how to create ARRAY parameters. struct_values of QueryParameterValue is of type Option, shouldn't this be a HashMap? I don't see how I can create this type of...