konst-sh

Results 4 issues of konst-sh

**I propose we allow to omit `[]` attribute and specify the value itself on `val mutable` property **The existing way of approaching this problem in F# is to stick with...

I propose we allow to annotates some type declarations, besides DU's with the descriptions of what contextual info the underlying types are carrying Consider this DU type: ``` type DU...

**I propose we add a function for non-exclusive grouping of collection items into multiple groups, when the projection function returns a collection of group keys **The existing way of approaching...

So on this page: [https://shaigem.github.io/BlazorPanzoom/inception](https://shaigem.github.io/BlazorPanzoom/inception) initially the inner and outer elements panning works ok, but if the zoom buttons are clicked the panning on inner element is not working anymore.