astrowalker
astrowalker
It looks (for me) this project cannot use Unlicense license because one of its dependencies (AnyClone) is released under GPL license. So this makes this project GPL as well.
This is follow-up from https://github.com/TimeWarpEngineering/blazor-state/issues/279 This project uses Blazor-State which currently uses Unlicense license, so using here MIT license seems OK. But -- Blazor-State should in fact use GPL license...
Currently SideBarTreeView state is hidden probably on assumption that default closed state always is the appropriate state. Sure, but on some occasions open state should be default (of course it...
I would like to thank you for your work, however even the best projects do not shine without proper documentation like "starter guide". So could you provide correct and complete...
"Fluent" as C#/code, not CSS/Bootstrap. Please provide fluent API -- this would allow easy way to add styling for example. If you take a look at for example `FluentColumn` this...
Let's say I would like to upper case `Title` -- how to use QuickConverter here? VS complains `Binding` coming from QuickConverter does not inherit from `BindingBase`.
This project looks interesting but from what I see after test run it includes only direct dependencies. I.e. let's say I have project P which has nuget N installed, but...