Sebastien Pouliot
Sebastien Pouliot
The issue was more a reminder to somehow [1] fix SampleApp than how to implement the new code for cursors (which already exists) 😄 [1] maybe just tell which the...
@ramezgerges yes, I know there is :) @MartinZikmund no, it's implemented/working on macOS :) However anyone trying **SampleApp** might not know which test to use for cursors (I did not...
how many test case is there in that fixture ? I'd like to duplicate the issue before attempting a fix - but it's not showing in any of my fixture...
I love the idea :) They (attributes) needs to come up with rules for what happens if * Info.plist already has values; * if more than one assembly has the...
``` ❌ (F) Check_FontFallback_Shaping() EXCEPTION>Images have different resolutions. expected:(98,34) actual :(97,34) The actual image is not the same as the expected one. actual RSMD: 0.1720096541053666 threshold: 0.15 ``` Looks like...
``` ❌ (F) When_Large_List_Scroll_To_End_Then_Back_Up_TryClick() EXCEPTION>Assert.Fail failed. ImageAssert.HasColorAt @ line 1991 ==================== Color at (70,65) is not expected expected: FF1A69A6 #FF1A69A6 actual : FF1A6AA7 #FF1A6AA7 tolerance : 0 difference: 1 screenshot...
The other failures all seems to be keyboard related, mostly because the shortcuts between [macOS](https://support.apple.com/en-ca/102650) and [Windows](https://support.microsoft.com/en-us/windows/keyboard-shortcuts-in-windows-dcc61a57-8ff0-cffe-9796-cb9706c75eec#textediting) are different by design. I'll be fixing them in upcoming commits...
I can run the Uno.Gallery on my arm64 Mac. > Code Type: X86-64 (Translated) But the crash report mention it's the `x64` version that was used (and translated by Rosetta)....
My stack trace from my crash points to several frames that suggest the interpreter is active. If I install the app from TestFlight then I get the same, original stack...
I created a new issue for the 2nd (runtime) crash. https://github.com/unoplatform/uno/issues/17784