Oskar Gewalli

Results 175 comments of Oskar Gewalli

Or if you can pass the revision as a type parameter?

It would make sense to allow some types as keys, as long as they have a natural string representation. For example, numbers. I'm the case when you don't have a...

I agree, this would make a lot of sense!

I'm getting a spike in the CPU usage on Air M1 8GB when I open up https://github.com/wallymathieu/auctions-site I'm using .net version 6.0.302

It's fine when I'm using Rider or Visual Studio for Mac though.

It's still not working on 7.1 for macos

Perhaps having `AndThen` when you want to use the library from say c#? `bind` seems quite prevalent in FSharp.Core and other libraries, so it might confuse people if you add...

I've seen some non trivial code that still uses Choice, for instance Suave. Question is how much of your own effort you want to spend (to support backwards compatibility)?

I think that perhaps @vasily-kirichenko has the most experience using a dual `Result` `Choice` ExtCore. Though I remember that there was a lot of code (in that PR) in order...

Note that I've added same kind of test as can be found for Fold for FoldBack @jack-pappas