[QGIS-Developer] api.qgis.org ? qgis.github.io ?

2020-10-30 Thread Richard Duivenvoorde
Hi, I happened to go to: https://api.qgis.org/ Which (according to DNS) is a CNAME for: qgis.github.io But latest version there is 3.8 Anybody knows how and where to update that? Not that I think it is used as a landingpage by a lot of people, but IF we have it it should be uptodate Ah,

Re: [QGIS-Developer] What happened to pywin32?

2020-10-30 Thread Jürgen E . Fischer
Hi James, On Thu, 29. Oct 2020 at 15:50:08 -0700, ja...@shaeffer.co wrote: > Thank you for the response. I will look into the Qt clipboard. pywin32 is still included. But apparently it doesn't work anymore. I think it's because it modifies the PATH with it's .pth file (via site.py). And that

[QGIS-Developer] Safely interact with loaded layers in Processing algorithms

2020-10-30 Thread matteo
Hi devs, I noticed that using in a Processing script something like: project = context.project() mylist = [] for layer in project.mapLayers().values(): mylist.append(layer) # do whatever you like to do might be NOT safe, or at least QGIS (3.10, 3.14) sometime crashes: [Inferior 1