Bernard Kwok
Bernard Kwok
@ld-kerley as an admin thing so that this issue does not completely get marked as fixed, can we spawn a child issue and assign that and link it here ?...
> Looking at `Matrix: build failures`, they seem to be related copying/moving being prohibited for the `GenContext` constructor: > > ``` > GenContext() = delete; > ``` > > Not...
I will suggest any renaming of the target for Vulkan be put into a separate issue and change where we can perform suitable testing.
Leaving a ping for @ashwinbhat as I believe you and Roberto worked on these ?
Yes. - To me it's strange that the default places the pattern so it's 1/4 cropped at 0,0. DCCs AFAIK center the pattern. It would be nicer IMO to have...
- For radius, I guess what I was looking for was a `rectangle` for a line with a `width` / `height` or a single `thickness`. Perhaps a different primitive to...
Cross reference with https://github.com/PrismPipeline/QuiltiX/issues/102 which has the same symptom.
Thanks for looking at this. I think that for some reason that importing Qt is causing this error to occur. There the new information: 1. Install the latest version of...
This is the minimum plugin which will cause this error: import logging logger = logging.getLogger(__name__) from QuiltiX import qx_plugin, constants try: from qtpy import QtCore # type: ignore #from qtpy.QtWidgets...
I've put up a PR (https://github.com/PrismPipeline/QuiltiX/pull/109) with a workaround. I'm not sure if it's a good fix but it's a workaround for now.