Bill Ticehurst
Bill Ticehurst
Lots of fun debate on this one. I think we still need to 'triage' further to come to agreement.
Ooops. Yeah, looks like the auto-generated Python API docs are pretty poor, and we didn't cover logical counts in our more general docs at https://learn.microsoft.com/en-us/azure/quantum/intro-to-resource-estimation. I'll look into getting these...
Let's discuss as part of the bigger "Arrays are terrible, what should we do?" discussion.
We need to also consider that QCOM takes new packages and updates katas and samples regularly from them, but doesn't always update the engine/compiler when they take a new drop,...
It's an interesting request, and one we've discussed in the context of supporting editors outside VS Code, but at this point we don't have enough demand to consider this above...
Maybe a bug, but seems most libraries today don't export from Main anyway, so low-pri.
Can you provide more details on what you're trying to do with which versions of which packages? (A repro/project would be helpful). Note that the old QDK (prior to Jan...
I see there is a binary neutral wheel at https://pypi.org/project/wasmtime/#files . This is what I got when I tried to 'pip install wasmtime' in Python on Windows ARM64. I thought...
But as per my File Explorer screen shot, in includes one binary in a folder named win32-x86_64. If I examine it, it is indeed a Windows x64 binary, not ARM64....
Looks like the 'wasmtime' repo does already pushing the Windows aarch64 binaries, and I can see in the latest run (https://github.com/bytecodealliance/wasmtime/actions/runs/13182238438/job/36795668898#step:11:481) the download URI of `"browser_download_url": "https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-aarch64-windows-c-api.zip"` If I download...