Results 100 comments of Elsaco

Using the 64-bit compiler worked. No errors. Thx!

This issue is not limited to `netflix` package. Many (or all - did not test!) `msstore` apps fail to install when using `--scope` argument. Sample log when trying to install...

@Andrew1988123123 that's an interesting find! If you add a space between first profile name and semicolon then it works. Sample output with `wt -p "u"; nt -p "u"` ![wt_error](https://user-images.githubusercontent.com/3933920/173211316-d881b262-57c0-49f1-a4be-7a186852b3fb.png) and...

The experimental text rendering engine does a better job: ![wt_experimental](https://user-images.githubusercontent.com/3933920/155011983-20fbc9ed-c43f-4ea2-bbf7-6d417417b967.png) and w/out: ![wt_unicode_test](https://user-images.githubusercontent.com/3933920/155012016-eade4f3b-770f-45a8-be7a-b7dde54253f2.png)

@donno2048 after building `poc.c` with `clang` on Windows this is the output: https://user-images.githubusercontent.com/3933920/152261532-3e87d9af-65e6-47a7-b8cd-a614d859496a.mp4 After canceling the test there are some characters left over, not sure what they are: ![poc_test](https://user-images.githubusercontent.com/3933920/152261631-6f62b98c-3ef1-4487-b7f7-d13bff178baa.png) Is...

@dty717 please check your locale settings. With: ``` [tux@raspberrypi ~]$ localectl System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us ``` Unicode characters are being shown as expected. Sample `gnome-terminal`...

Thank you @DHowett. I wouldn't have guessed that `Hide the title bar` needs to be off before `Always show tabs` control becomes active. Some clue in the SUI would be...

@ohault a quick grep through `5.15.41.1-1.cm2` kernel config shows `CONFIG_MPTCP is not set`. The kernel needs to be rebuild with `Multipath TCP` enabled.

1. the `5.15.41` SRPM is on `packages.microsoft.com` at: https://packages.microsoft.com/cbl-mariner/2.0/prod/base/srpms/kernel-5.15.41.1-1.cm2.src.rpm 2. yes, you can build the kernel using a CBL-Mariner instance, just need to install the dev tools if missing.

I pointed to that SRPM because it is the source of the kernel in CBL-Mariner 2.0. After you add the SRPM please take a look in `/usr/src/mariner` and in the...