Michael Schmuki
Michael Schmuki
### Version 2.1.7 ### Reproduction link [https://codesandbox.io/s/great-elgamal-y285j](https://codesandbox.io/s/great-elgamal-y285j) - The problem can be toggled with the checkbox inside the footer. - See router.js, MainView.vue and ModalOutlet.vue. ### Steps to reproduce Use...
On Windows 10 (CMD/PowerShell/Git Bash) the latest Critters version (1.3.5) is "Unable to locate stylesheet", but the same setup works without problems on a Unix-like system / WSL 2. I...
We are tweaking the indexing performance of some rather large worker indexes with flexsearch 0.7.0. (500'000+ documents). I would like to test if adding multiple documents together could reduce the...
The current `MapLayer` implementation cannot deal with hierarchical layers (e.g. layer groups). Instead of doing our own abstraction, we should expose the QGIS internals: [`QgsLayerTree`](https://api.qgis.org/api/classQgsLayerTree.html), [`QgsLayerTreeModel`](https://api.qgis.org/api/classQgsLayerTreeModel.html), [`QgsLayerTreeNode`](https://api.qgis.org/api/classQgsLayerTreeNode.html), [`QgsLayerTreeGroup`](https://api.qgis.org/api/classQgsLayerTreeGroup.html), [`QgsLayerTreeLayer`](https://api.qgis.org/api/classQgsLayerTreeLayer.html). Based...
This question came up by @andreasneumann while testing out some own projects. See the notes in the [Qt6 WebAssembly reference](https://doc.qt.io/qt-6/wasm.html#fonts) for context. A real cool solution would be the proposed...
**Secrets list view**:  ------ **Adding a new secret**:  - `Name`, `Type`, `Value` and `Project` can be specified - `Created by` will be...
When Firefox is loading the qgis-js WebAssembly module, one core is 100% busy for some time. This is likely something FF does internally when loading such a large `.wasm` module:...
Based on the feedback of Andreas Hocevar, we should remove the debug mode in `QgisXYZDataSource` and use `createImageBitmap(imageData)` directly and apply it with `imageTile.setImage(imageBitmap)` to get rid of the unnecessary...
We don't have to limit the XYZ Tiles to `EPSG:3857`. Based on the feedback of Andreas Hocevar, it should be no problem to allow arbitrary projections for the QgisXYZDataSource.