Leaxe

Results 3 issues of Leaxe

Slide version: v6.7.1 Android version: 12 Color banding shows up in images (unsure if it is also present in other media). Obvious in gradients. See attached image, left is slide...

### Is your feature request related to a problem? I have been writing an F# wrapper for HotChocolate. It has been going pretty well but I recently ran into an...

🎉 enhancement
🌶️ hot chocolate

### Description TupleCommaSpacing rule triggers when the tuple comma spacing is correct in [named optional parameter assignments](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/parameters-and-arguments#optional-parameters). ### Repro steps ```f# type TestClass(arg1 : int, ?arg2 : int) = class...