Johan Larsson
Johan Larsson
There has been some work done and we should release a new version. I'm not familiar with the scripts so don't know how to pack and release. We should update...
This would affect equality and it does not make any sense to have a direction property if it is unordered. An alternative could perhaps be two types `Line2D` and `DirectedLine2D`...
If we have: ``` Lib.csproj Lib.Analyzers.csproj ``` And we want to pack so that `Lib.nupkg` has a package dependency on `Lib.Analyzers.nupkg` An example of the desired result is: [Microsoft.CodeAnalysis.Common](https://www.nuget.org/packages/Microsoft.CodeAnalysis.Common/) that...
For disabling stuff like when it hooks into build (if it does that, not sure)
This is probably more a VS bug but here goes: 1) Edit some files but do not save them 2) Tools > Paket Dependencies Manager > Update All Packages Think...
Would be similar to `FunctionExtension` but enable binding to functions in the viewmodel. Thinking something like: ``` xaml MouseLeftButtonDown="{fsxaml:Handler {fsxaml:FunctionBinding onMouseLeftDown}, {fsxaml:Function local:Map.mouseEventArgsToPoint}}" ``` Not sure about it, perhaps it...
For wrapping `T[]` in a way that is twoway bindable. Not sure what a nice API would be, creating an issue for bikeshedding.
If possible make an attached property that allows for single click edit of cells.
This is a huge hack.