ombschervister

Results 3 issues of ombschervister

I’ve noticed a problem with two Canvases in a single QWidget while resizing the widget. I’m using PyQt4. In my canvas’s on_resize I’m calling: gloo.set_viewport(0, 0, *ev.size) A single Canvas...

When installing packages, poetry uses cache to avoid redownloading files. If cached package file is corrupted (due to failed download, etc), poetry will not work until you delete this file...

kind/enhancement

If you are using your own pypiserver which returns md5 hashes, then the poetry.lock file contains md5 hashes. The new version of poetry now throws a RuntimeError for these hashes...