Adam Zofware

Results 12 comments of Adam Zofware

Looks like the transparency issue might be a bug: https://github.com/microsoft/Windows.UI.Composition-Win32-Samples/issues/41

I can confirm that the transparency issue is definitely fixed in Windows 10 build 19041 (aka May 2020, aka 2004). Yay!

@APopatanasov Thanks for that code fragment. I'll give it a try and prepare a PR if it checks out.

You are not alone. I wish I knew the "proper" way to insert then immediately edit a new item. I found that simply waiting 100 milliseconds after the insert wasn't...

@dotnet-policy-service agree company="Zofware LLC"

Same for me when running a UWP .NET 9 app having command objects that implement `System.Windows.Input.ICommand`. ``` Exception thrown: 'System.InvalidCastException' in WinRT.Runtime.dll Exception thrown at 0x00007FFB887566CA (KernelBase.dll) in ***redacted***.exe: WinRT...

Adding `partial` seems to help in this case since my command classes are bundled with the main app. Thanks. Question: I have a ton of commands and a hierarchy of...

[This issue](https://github.com/PJO2/tftpd64/issues/35) points to the reason why DHCP settings are not being saved correctly. (https://github.com/PJO2/tftpd64/issues/35)