driver1998

Results 146 comments of driver1998

ACPI thermal zone should work with this or any other monitor software. As for other metrics, will need Pi5 support in the RPIQ driver.

I don't have Pi 5, and not going to buy one for now (got an Orange Pi 5 Plus instead), so I won't work on this for the time being....

This might be a good idea for powertoys, like new commandline tool / powershell module to show toast messages, manipulate windows or what not.

> That kind of misses the point. The strength of this feature set is to allow CLI tool/library developers to provide a richer experience to their users by integrating with...

Also, build x64 and ARM64 shell extension, and combine them with ARM64X redirection DLL

Right now you can install via MSYS2: https://packages.msys2.org/package/mingw-w64-clang-aarch64-filezilla?repo=clangarm64

> I haven’t managed to get that package working. My WinUI 2 projection package did not work with WASDK single project MSIX packaging, since it provides its own WebView2 projection,...

Single-project works fine, in both F5 and the resulting package. Minimal repro can be created straight from the template, but here it is: [WAPApp.zip](https://github.com/user-attachments/files/17454502/WAPApp.zip)

Doesn't look like it, I changed `PublisherDisplayName` to be `driver1998` and the generated package still does not run. Output under the debugger: ``` “WAPApp.exe”(Win32): 已加载“C:\Program Files\WindowsApps\676d1455-6b6e-4f10-85fe-eeb66441020e_1.0.2.0_x64__706gaab1xw0ht\WAPApp\WAPApp.exe”。已加载符号。 “WAPApp.exe”(Win32): 已加载“C:\Windows\System32\ntdll.dll”。包含/排除设置已禁用符号加载。 “WAPApp.exe”(Win32): 已加载“C:\Windows\System32\kernel32.dll”。包含/排除设置已禁用符号加载。...

It seems that resource.pri does not include the necessary resources. If I extract the package, manually copy xbf (App.xbf, etc) files next to the exe, then `Add-AppxPackage -Register ./AppxManifest.xml`, the...