michael-ts
michael-ts
As a workaround, op("repage", "0x0+0+0") gets rid of the "Error: convert: geometry does not contain image" exception, but there may be other "+" options that don't have an equivalent "-"...
@eivindfjeldstad I think so... Probably a simple change like this would work: ``` op (key, val) { this[operators].push(`${key[0]!='+'?'-':''}${key}`); ```
I had the same issue just moving nodes with the same parent, but in my case I have an "Order" column that gives the order each item is supposed to...
I'm a bit puzzled as to what the contents of strings has to do with anything. Isn't that (or shouldn't that be) opaque to PEGJs? I've got some code that...
I was able to install the plug-in from QGIS 3.26.2 under Windows.
I am getting this error out of the gate. I have not been able to get any successful responses, ever. One thing that is different than the above error is...
+∞ Without this there isn't a trivial way to replace an existing fs.renameSync call.
I see this issue was closed but it's not clear what the fix was. I have lost many chats because even after weeks of being open and having dozens of...
@MgTheProgrammer How did you run the QGIS version of PIP? I tried running in from a Windows command prompt in the directory that pip.exe is installed in under QGIS, but...
@MgTheProgrammer I also tried: import pip pip.main(['install', '--force-reinstall', 'networkx==2.3']) But got tons of errors. Next I tried: pip.main(['install', '--force-reinstall networkx==2.3']) But this crashes QGIS (I opened, re-ran the import and...