Alex Hansen
Alex Hansen
@minestarks -- is #1038 going to unblock LSP support, or are there other changes required? Also, perhaps we could file some separate issues for some of these features and use...
Yeah, it would probably be good to add more of our written samples to the list of published ones. We are not inclined to use a new repository, though, we...
Hey Manvi, thanks for pointing this out. Some samples are redundant for the sake of copilot training, but you're right, as this samples directory is deep-linked to from our docs,...
I did some digging: Dead code analysis is performed on the typed ast. We remove import statements from the typed AST and say they are `SideEffect`s, or noops, during type...
It looks like the actions are hanging. I'll take a look at that and then get this PR in.
@adlerjohn should we close this?
One approach would be to move fully to widgets, which don't have this issue. If `_repr_html()` is to continue to be used, then there's a bug, though.
# Process of Upgrading Q# Syntax For anything breaking, primarily the removal or modification of existing Q# syntax, we want to be in the following state before Q# 2.0: 1....
@idavis has said to be sure that the performance doesn't degrade with this update -- they observed that in the past.
We would love to see this! If you encapsulate the algorithmic logic in a Q# project, we can certainly put together a Q# library for it, and I would be...