Stefan J. Wernli
Stefan J. Wernli
@spauka Hope this works to resolve the issue we discussed!
> While that is fairly trivial to undo for experienced git users its very confusing for someone not familiar with git Ah, I see. Taking that into account, I can...
@jenshnielsen Turns out that if I include content in the `Keysight/__init__.py` file it will show up as a changed file and prevent the extraneous unstaged deletion on Windows. But if...
@alan-geller @smaillet Building off of the work Alan did in the fall, I've got a working cross-platform pipeline up for PR over at #205. This includes updates to the release...
I was able to get a version of cross-platform build to work, but it ended up being too much of a large change for a single PR (see the feedback...
The build failure is an unrelated permissions issue that's affecting other builds as well.
See proposed approach in https://github.com/microsoft/qsharp-compiler/issues/1550
We are still in the process of getting the workaround in Windows into a servicing update, but in the meantime we have one customer who is reporting success on a...
One thought on how this could be resolved: delegate reference counting of results to the implementers of `IRuntimeDriver`. While this further relies on the C++ API that restricts the options...