Stefan J. Wernli

Results 73 comments of Stefan J. Wernli

As long as we are digging into this, perhaps we should consider moving off of the VSCode extension types that were deprecated a year ago. This warning comes up the...

Sigh indeed. We did have a potential fix for this, but it's tied up with #710 (see specific comment thread at https://github.com/microsoft/qsharp-runtime/pull/710#discussion_r646051059). Perhaps it's worth pulling that part of the...

Closing as out of date, as there is now a workaround in IQ#.

@ScottCarda-MS Is this PR still relevant or can it be closed?

Resolved in https://github.com/microsoft/qsharp-runtime/pull/1019

One idea I had for addressing this is that we could have a mechanism whereby an object registers a container, and then has a function that will calculate the alias/reference...

@PariaNaghavi sorry for the very late response here. The Dockerfile checked into the repo still works for codespaces development using cmake to build. Are you still experiencing issues with the...

> @sezna should we update our samples to eliminate namespace declarations, since that's the recommended syntax now? Samples are tricky, because they are effectively "live" in that we point people...

Unfortunately there is no unsigned type in LLVM, since integers are just bits that are treated as signed or unsigned by the operation they are passed to. As such, there...