Swoorup Joshi

Results 76 comments of Swoorup Joshi

> > VS 2019 has no option to build a console .net core app with F# (option exist for C#) and with mono I run into this bug: #20 >...

Does this mean that on a particular adaptive changes, you could avoid virtual diffing for that component, and just directly update that particular element using that adaptive variable?

Cool, sounds really useful for building realtime charts/graph which might have lot of data points.

> Hey 👋 , we've (with @dos65) recently tired to play around with [lampepfl/dotty#11685](https://github.com/lampepfl/dotty/issues/11685) to start working on the cats-tagless macros migration; very good and exciting news is that it...

Great addition. Wonder if this should also support singleton union types? ```scala case class TestForm(interval: "500ms" | "1s") [error] |cannot reduce summonFrom with [error] | patterns : case given decodeA...

My biggest reason would be to interop with existing Angular, react application. But it would also be good if we could generate a connecting api in typescript or sth similar.

Oh this would help quite a lot with similar things I am doing. I have boilerplate like this just for the sake for casting. ```fsharp module GenericCommandHandler = let private...

@Happypig375 updated. They aren't parameters in the normal sense, but together with type parameter they would behave as functions

You'll have to litter your codebase for every single collection types that exists in the wild, since most of the operators act as functions I don't see why we couldn't...

I like this version instead. https://github.com/fsharp/fslang-suggestions/issues/115 If you add a new case with fields no longer common, its should be removed as a member?