Re: [QGIS-Developer] QGIS Documentation Writer Report

2023-10-20 Thread Selma Vidimlic via QGIS-Developer
Hello everyone, This week's report: Open PRs: Animated marker Animation settings Add GIS FILE ( Can I merge this pull request if no

Re: [QGIS-Developer] Best practices for storing plugin settings

2023-10-20 Thread WhereGroup
Hi Gabriel, there are no fixed standards but it might be a great project to evaluate the plugin landscape and see how people do it in the wild, to see if there are some defacto standards or best practises. I tried to document some variations I found recently in https://hannes.enjoys.it/blog/

Re: [QGIS-Developer] pyqgis QgsGeometrySnapper does not snap to a source created inside a function

2023-10-20 Thread Gabriel De Luca via QGIS-Developer
Thank you both Germán and David, Original code didn't crashed a QGIS 3.28.11 here, but it seemed to work silently with an empty reference layer. Regards, Gabriel El vie, 20 oct 2023 a la(s) 10:23, Germán Carrillo ( carrillo.ger...@gmail.com) escribió: > *> The underlying C++ code expects a p

Re: [QGIS-Developer] pyqgis QgsGeometrySnapper does not snap to a source created inside a function

2023-10-20 Thread Germán Carrillo via QGIS-Developer
*> The underlying C++ code expects a pointer to the reference layer. If the python wrapper just passes the pointer of the object that was created in the call, the object will be out of scope after the function call returns and will be garbage collected. Someone who actually knows the code details c

[QGIS-Developer] QGIS Full Stack Web Developer Report

2023-10-20 Thread Lova Andriarimalala via QGIS-Developer
Hello everyone, Currently, I am working on the website that administers the feeds displayed in the news area of QGIS. The website's repository is available on GitHub: https://github.com/qgis/qgis-feed Please find below the report for the past two weeks. PRs open: * Feeds list page with