Will Shanks

Results 60 issues of Will Shanks

`pipreqs` excludes the names of all directories below the target path and all `.py` files (without the `.py`) from the list of imports it reports. Sometimes this can exclude actual...

I have been reading various writings on async/await in Python and somehow stumbled onto your write up. It is a nice demo of the basics of an async event loop...

See discussion in #28. The Zotero cite keys are generated by running the citation through the export translator individually, so there is never any collision in the translator processing. When...

See the existence of #9 and how long it was open before we realized that it was possible to use Zotero's BibTeX keys by unchecking the "Create cite keys" checkbox.

Issues #4 and #6 were both likely the result of empty entries in LyZ's database of bibliography data. It might be difficult to track down the root cause of this...

enhancement
Help Welcome

I use `(setq ac-auto-show-menu t)`. Sometimes, I accidentally hit `` before the completion I want is visible in the menu. If there are a lot of completions that aren't what...

### Environment - **Qiskit Terra version**: - **Python version**: - **Operating system**: ### What is happening? The `acquire_alignment` configuration from the backend is being stored in the `aquire_alignment` property of...

bug

It looks like this code is intended to make qdarkstyle optional by catching the import error exception, but then it calls `qdarkstyle.load_stylesheet()` any way: https://github.com/Qiskit/qiskit-metal/blob/171fa3c0fa5309c89ad6b93ef21f3dd9c6eeb758/qiskit_metal/_gui/main_window_base.py#L525-L535

bug
renderers: GUI

When first trying to use dask_jobqueue, I was used to using `LocalCluster` from distributed where `**kwargs` is really `**worker_kwargs` and was confused why some options were making it through to...

help wanted