Thomas
Thomas
You have to test against main, the NuGet is does not have the fix.
Agreed - the lib is pretty broken without beeing able to register! But this gem seems abandoned.
OK another dead project...
The format hasn't changed and it works fine, as you see in the screenshot The Value is 42.64991 - which should be easily parsed by double.Parse ... but it doesn't:...
The class can be static too, this might help your OO mind ;)
I think we should include this, I think the distinction is useful and avoiding the IBuffer is certainly a good thing for the usage.
Not directly, but Polyadic depends on Messerli repos.
Any progress on this one? An adapted copy of the Messerli repository would be simple to do.
I think the names should be different, and I think List is the best name for this kind of abstraction: alternative suggestions, I list stupid ideas too, to make us...
The Upcast is only possible with the two type parameters, but you could theoretically do something like this, to do type-deduction on the Option. ```cs class UpCast where TResult :...