Bill Ticehurst

Results 34 issues of Bill Ticehurst

I've read through the docs, a bunch of issues, and played around with a few of the templates (the GitHub starter and "jupyter lite" commands), but can't figure out how...

documentation

I was working on a file with Adaptive profile set, I then opened Shor.qs briefly to look up something, which has an error in Adaptive, but then after closing Shor.qs,...

bug

Auto-imports get added on line 1 currently. This is commonly a license header/copyright or file summary, and any added code should go after the initial comment block (if present). Example...

bug
language server

Rather than just 'identifier not found' (such as for trying to use an API from the old library that no longer exists), or 'syntax error' (such as for interpolated string...

enhancement

Naming should be aligned. Also consider what we do/don't filter out from the list. This might require a service change, as we don't appear to get 'friendly names' currently.

enhancement
low-priority

In lieu of showing the entire quantum state, we should display something for the user letting them know the quantum state is too large to view. I was able to...

Similar to the playground, the histogram webview in VS Code should show the output of each shot, with navigation and filtering.

enhancement
low-priority

The histogram view in VS Code should have an indicator that it is calculating, and closing the pane should cancel further execution (currently the webview continues to reappear every time...

enhancement

Our widgets now giving a warning in the DevTools console about using a deprecated pattern. ![Image](https://github.com/user-attachments/assets/0ea82c02-690f-445d-98fe-97805f29a649) We should update our anywidget dependency and pattern to match the latest API design...

bug

In fixing #1880, I noticed that many of our notebooks (e.g. `estimation-hardcoded-circuit`, `estimation-random-circuit` and others) don't render resource estimation details using the widget, but just directly using a pattern such...

bug