driver1998
driver1998
VGA will not work on ARM KVM for some reason unfortunately, there is a similar hybrid device `virtio-ramfb` in downstream QEMU forks (IIRC the UTM QEMU fork have it) but...
Confirmed that data binding and INotifyPropertyChanged works on WUX. But without XAML codegen it'll still be PITA to use... I have a try at writing a IXamlMetadataProvider implementation by hand...
> The XAML codegen is the work of another team. That's the issue I am concerned about right now, that other team might see System XAML as deprecated technology and...
WinRT apps support picking files from other app, and on Windows 10, it is implemented like a hack, with XAML UI showing in a cutout of the Old Explorer based...
@longnguyen2004 You can make UTF-8 the default codepage in Windows 10. Although you probably won't want to do that anyway. Since it'll break all non-Unicode apps as you expect. 
What is the error exactly in building mbedtls? I saw upstream fixed similar issues multiple times.
The issue with IoT Core is that the last version is RS5 (17763), but the GENET (integrated ethernet controller of Pi4) driver targets 19041. You'll have to use USB LAN...
> Is it possible to downgrade the target, if it's not too much maintenance? I think it would be nice to support it despite known limitations. The driver is based...
@chadlwilson I guess one way to find out is see if the reproducer produces similar results in container?
UCRTARM64 would make more sense, I don't think there is any reason to stay on MSVCRT on ARM64. Also I don't think the ARM64 target will be ready by 15.1......