Jachym Cepicky
Jachym Cepicky
**Describe the bug** After login, django-helpdesk shows following error dialog:  When checking where the bug comes from, I came to `helpdesk/views/staff.py` line 1015 ``` model_object = query_tickets_by_args(cache.get('ticket_qs'), '-date_created', **request.query_params)...
Currently, users are created manually using Django's admin interface. Non-staff users do not have possibility to log-in to the admin interface and change their password. We should enable the user...
**Describe the bug** When viewing knowledge base item, stored queries are not available just following text is displayed: `No saved queries currently available. You can create one in the All...
Hi, I try to get the plugin moving a bit according to our team needs. First thing: I needed tests to be running. It seems, there are following files missing...
I'm trying to write minimal code, which would use the plugin as library and could be usable as command line script. Exporting to PNG works great, but GLTF export fails...
QGIS supports WMTS service declaring image format as `image/jpgpng` this shoudl fix the issue. At the moment: QGIS can not load WMTS service width MIXED image formats
I think, that the mixed format should have mime_type forced to image/jpgpng
**Describe the bug** Can't install r.green via g.extension (linux) **To Reproduce** Steps to reproduce the behavior: ```g.extension r.green``` **Expected behavior** Success install **Screenshots**  **System description (please complete the following...
This PR adds better support for black and white style (not gray scale, only black and white).
Put PYWPS_PROCESSES and PYWPS_CFG env variables back to PyWPS (demo) Related ticket: https://github.com/geopython/pywps/issues/118