ackh

Results 17 comments of ackh

Is there any chance that this change ends up in a release any time soon? What is blocking it? Can I do something to help out?

From what I observed so far, it only affects my numbered equations. Having numbered equations is useful to be able to refer to those equations in text and so on....

There is a fundamental problem I see here. If one wants to override a default target of the standard build process it is necessary to explicitly add `` and after...

@rainersigwald You are right, I simply overlooked that I need to remove `Sdk="Microsoft.NET.Sdk"` from the `Project` node. Doing so prevents my problem entirely. Thanks for your quick reaction to my...

My UWP app uses [`DisplayRequest`](https://learn.microsoft.com/en-us/uwp/api/windows.system.display.displayrequest), [`CaptureElement`](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.captureelement), [`MediaCapture`](https://learn.microsoft.com/en-us/uwp/api/windows.media.capture.mediacapture), [`BarcodeScanner`](https://learn.microsoft.com/en-us/uwp/api/windows.devices.pointofservice.barcodescanner) and [`ClaimedBarcodeScanner`](https://learn.microsoft.com/en-us/uwp/api/windows.devices.pointofservice.claimedbarcodescanner) to implement a QR code scanner. All of these APIs should be made available by the Windows App SDK. I...

@nikolayvpavlov I haven't tried this myself but I have seen a workaround for taking pictures [here](https://github.com/microsoft/microsoft-ui-xaml/issues/4710#issuecomment-897866747). Maybe it helps.

Being conservative in what gets added to DirectXMath certainly makes sense. That being said, the background for this request is that I ported an OpenGL application that uses the [GLM](https://github.com/g-truc/glm)...

Seconded. A new release published on Homebrew would really be appreciated.

Just like @edward-a , I'm also encountering that issue when using the slider. It happens after I grab the silder's thumb, move it around and then release the thumb. As...

Enabling [diagnostics](https://learn.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/natvis#diagnostics) shows that nativs only searches within the `AppX` of a packaged app for custom `winmd` files but not within the folder where the custom `winmd` files are actually...