MartyIX

Results 209 comments of MartyIX

What does WUX/MUX stand for please?

@bpulliam Could this PR be reviewed please?

I wanted to [use](https://github.com/MartyIX/libsodium-core/pull/2/commits/bc81e9f40ea816b21602a0c81499a751edc70d2a#diff-d5a2cea578a0446aad66faf31bf1076ae94c9916b1a3374e342272a6300e8344R70-R73) `dotnet test -f net6.0-maccatalyst -c Debug` to run xUnit tests (https://github.com/ektrah/libsodium-core) on a mac machine but I'm getting: ``` Run dotnet test -f net6.0-maccatalyst -c Debug...

Thank you for your reply. > > Is running `dotnet test -f net6.0-maccatalyst -c Debug` (on a mac machine) for an xUnit test project supported or not? > > This...

It would be great to have this. Especially since MINA in the latest released version of quickfixj does not support TLS 1.3.

With * https://github.com/dotnet/maui/pull/21450 * https://github.com/dotnet/maui/pull/21953 * https://github.com/dotnet/maui/pull/21959 * https://github.com/dotnet/maui/pull/22346 * https://github.com/dotnet/maui/pull/22481 * https://github.com/dotnet/maui/pull/22650 merged, it _appears_ that about 300 - 400 ms out of original 900 ms were shared off...

I ported my grid demo from MAUI to a WinUI app (https://github.com/MartyIX/WinUiDemos/tree/perf/2024-07-10-Grid). The app just adds 30x30 (=900) `TextBlock`s to a `StackLayout` (so no grid structure) and it takes about...

Workaround for this issue should be: https://github.com/dotnet/maui/pull/23626/files#diff-7809b7d3f7611c78ba9e346d0e686e7f564ec68d1c25bc19bee122f9f9f1439dR167-R168 but hopefully #23626 will be merged.