William Kent
William Kent
> Copy [CompileSwift.targets](https://github.com/chamons/xamarin-ios-swift-extension/blob/swift_extensions/App/net6/TestApplication/CompileSwift.targets) next to your csproj The link 404’s.
I’m seeing this with my Burn-based installer too. It will only install if I run winget from an elevated command prompt. Otherwise, it dies with the HRESULT for Access Denied....
@doctordns I’ve seen winget work from from a normal command prompt many times; the installer being run calls for elevation itself. I don’t know why some packages can elevate themselves,...
> This might be fallout from the Windows 11 "Foreground Boost" work to make foreground apps more responsive. Terminal is considered a foreground application, but--critically--the console application it is hosting...
After running vivetool, the Terminal is just as responsive as I would expect it to be given the CPU load.
@jerrymarino FYI the stack trace you provided doesn’t help any; it's the wrong thread. Look for the label "Thread n crashed::" and copy that stack.
* Can you sign an app with osxcross? Currently, no; however, the signing implementation is [published on Apple’s website](https://opensource.apple.com/source/Security/Security-59306.80.4/OSX/libsecurity_codesigning/). Unfortunately, the source for the `codesign` tool is not included there,...
I've come up with a workaround for this issue, but I don't know how much it will break. You need to apply the following patch to the file `app/styles/color-palette.scss`: ```diff...
After inspecting System.Graphics more, I realize I misunderstood its purpose. System.Graphics is not an improvement on top of GDI+; System.Graphics is a portability layer over GDI+. I would not mind...
Latest experimental build fixes annoying mouse-cursor flickering during the welcome animation as well as https://github.com/helloSystem/Dock/issues/15, but the resolution problem remains. Results of `pciconf -lv | grep -B3 display` and `kenv...