Jens Hassler
Jens Hassler
Hi, I've just finished my Docker implementation of OpenTopoMap. It's based on the config files in this repository, fixes and updates some stuff that changed in the last years, and...
Hi, I'm including filepond in a react component and render a page where the component is not used. Thus, when measuring performance of the page in Chrome, I get this...
Apparently, the pinch zoom gesture does not work with OLCesium on mobile devices. You can check by opening an example, e.g. https://openlayers.org/ol-cesium/examples/kml.html, and then try to zoom with the zoom...
**Description** Under the "swagger" configuration one could use the "api_keys" parameter to describe API authentication schemes that will be exported into the OpenApi specs (api/docs.json). Currently, it seems, there is...
There is some confusion about using this package without Firebase, especially for correctly integrating it with Android. The README update is based on the the following web resources: - https://github.com/flutter/flutter/issues/20903...
What's the version of the bundled CCapture.js? It seems to be way older than the "official" one. I guess one needs to use the CCapture.js version provided by this repo...
Recently I used flutter_appauth to login my users via Google into the app. But because I am also using flutter_web_auth_2 for authenticating against many other OAuth1/OAuth2 providers, there were 2...
### Summary The path to the python interpreter seems not to be correctly escaped when using local modules resulting in a "No such file or directory" error. ### Issue Type...