Koby Kahane
Koby Kahane
### Description of the Issue While I was browsing files in File Explorer, it crashed and the window was closed. A crash dump was left behind that showed a null...
In MSVC, ARM64EC is a variant of the Windows ARM64 ABI that allows mixing native ARM64 code and emulated x64 code in the same process. It is useful, e.g., for...
With the latest lua-protobuf master, the assertion on the last line of this program is hit: ```lua pb = require 'pb' protoc = require 'protoc' assert(protoc:load[[ syntax = "proto3"; package...
With the latest Visual Studio 2022 Preview, `stdext::checked_array_iterator` has been deprecated. This results in compile errors like the following when including cpprestsdk's containerstream.h header: ``` 11>...\include\cpprest\containerstream.h(404,47): warning C4996: 'stdext::checked_array_iterator': warning...
### Describe the feature or problem you’d like to solve Currently, GitHub CLI has a Windows ARM64 build, but no MSI package for Windows ARM64 is produced as part of...