Timothé Larivière

Results 22 issues of Timothé Larivière

Hi, Not sure if this the correct place to ask. In a Xamarin.Forms app, I made a custom shader to draw the Earth that combines multiple textures (diffuse, specular, normals,...

### Xamarin.Android Version (eg: 6.0): 9.0 ### Operating System & Version (eg: Mac OSX 10.11): macOS Mojave 10.14.5 ### Support Libraries Version (eg: 23.3.0): 28.0.0.1 ### Describe your Issue: Referencing...

Now that [MAUI Release Candidate 1 is released](https://devblogs.microsoft.com/dotnet/dotnet-maui-rc-1/), I'm taking a stab at supporting it. IDE support on macOS is completely absent but running via command line works. ``` //...

- [ ] Widget - [ ] Modifier - [ ] Program - [ ] MVU - [ ] Cmd - [ ] CmdMsg - [ ] Runner - [...

With stable 2.0 around the corner, the next focus will be to add a lot of documentation to help people adopt Fabulous. I'm tracking progress in this issue. Here's what...

I propose we remove the need to wrap a Computation Expression and its body in parenthesis in order to access the type built by it. Instead we should be able...

area: computation-expressions

### Context While working on Fabulous.Maui #919, I noticed the Maui team opened up the implementation of `NavigationPage` via the new `IStackNavigationView` interface (https://github.com/dotnet/maui/blob/main/src/Core/src/Core/IStackNavigation.cs). This interface gives us way more...