Timothé Larivière

Results 97 comments of Timothé Larivière

Some thoughts about key implementation: we can go the same way than Elm, given we follow most of their patterns (lazy, map, no dispatch, etc.) ```fs View.keyed "the-key" ( Label("Hello")...

I tried to build the IPA for iOS with the linker enabled. I got a package of 35 Mb for CounterApp. But I'm not sure why, the linker doesn't seem...

Not sure it still applies now we're targeting .NET 6.0 by default. I believe AoT still is a thing, but we need to find how to test

@twop I had to use the name of `AttributeDefinition` for the sorting key. You can't do `GetHashCode` on a record holding functions.

I'm putting this one on hold. Not completely satisfied with what I did

Hello @naveen-iiit Glad you found this repository useful :) Regarding your question, let me point you to this great answer on StackOverflow: https://stackoverflow.com/a/12909563 Basically, when authenticating your user through OAuth2,...

Disclaimer: .NET 6.0 mobile is not yet in a stable release, so all templates here are subject to breaking changes from Microsoft. Also while Xamarin.Forms on .NET 6.0 is technically...

Not sure about `UIView`, but seems like you're missing the recompiled XF for .NET 6. It comes from a GitHub packages feed. Can you confirm it restored Xamarin.Forms v5.0.0.1 and...

I only see this error on Windows. I think it's a problem with the Windows target of MAUI where F# is not allowed... If you don't plan on targeting Windows,...

@WillEhrendreich You should be able to do a full MVU MAUI app using [Fabulous.MauiControls](https://www.nuget.org/packages/Fabulous.MauiControls) (templates [here](https://www.nuget.org/packages/Fabulous.MauiControls.Templates)) I believe the head project shared by @PureWeen is literally just a drop-in to...