Michael Schmuki

Results 15 issues of 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...

docs
Caveat

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...

bug
help wanted
good first issue
webpack

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...

enhancement
api

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...

enhancement

**Secrets list view**: ![Screenshot from 2024-04-26 11-04-09](https://github.com/opengisch/qfieldcloud/assets/591241/7ad0c4fa-e5fa-460b-a860-673620a6c7d4) ------ **Adding a new secret**: ![Screenshot from 2024-04-26 11-05-37](https://github.com/opengisch/qfieldcloud/assets/591241/8f950be7-9438-4b26-88e1-78c2df0e5f1b) - `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:...

help wanted

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...

enhancement

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.

enhancement
good first issue