kerams

Results 190 comments of kerams

Does this mean we have to pin `~> 8` until every single library we're referencing has switched?

And conversely, if I create a new bindings package and use `Fable.React.Types`, I can't use it if I also reference packages that haven't switched?

Would it be possible to release a new beta of Elmish.React which uses Fable.React.Types, so that Fulma and its extensions could in turn upgrade to it as well? That would...

> It's basically all the benefits of type providers without the complexity. A huge part of type providers is design-time support. Based on a quick look, source generators don't seem...

I could really use this right now. V4 has just dropped. Can I upgrade? What are the (breaking) changes? Who knows!

The same as or related to https://github.com/dotnet/fsharp/issues/12414.

> Note that using this option would affect both the ToString semantics (no implicit implementation is given) Could this effort be paired with emitting specialized `ToString` methods and https://github.com/fsharp/fslang-suggestions/issues/1108? Or...

@0101, given that your PR in dotnet/performance has been merged for 2 weeks now, can we see some results, graphs? Does it run regularly yet?

Chiming in with my repro. ```fsharp let getDeckWithSchema cs (requester: UserId option) (deckId: DeckId) includeSections now = task { use cmd = getDeckWithSchemaCmd cs let! res = cmd.TaskAsyncExecute (defNeg1 requester,...