Ulrich Wohlfeil

Results 7 comments of Ulrich Wohlfeil

I have added a few corrections in the area of the German translation: ## Incorrect translations - action.addMark and pageRedactModal.addMark - old: `Markus hinzufügen` - new: `Markieren` (Long will be...

We currently have the problem that the thumbnail multiselect checkbox input control is slightly shifted to the right. This makes it impossible to select the checkbox in the left part...

> Thank you for you feedback and additions! Most of this looks good. For the checkbox issue, we are working on implementing a fix already so you can leave the...

@danhloimta You can also externalize the user management with the [http_auth](https://nanomq.io/docs/en/latest/access-control/http.html). In this case, your own backend can check the username / password dynamically. So the username can be a...

I think the problem is related to setuptools >=58 and/or python 3.10. By forcing the version

Hi, if you use a [virtual environment](https://docs.python.org/3/library/venv.html) it is easy. 1. Create a virtual environment in your project path `python -m venv env`. `env` is in this case the name...

> Hello [@uwohlfeil](https://github.com/uwohlfeil), this issue is fixed in our latest version 11.5. Please try it out and let us know if there's any issues. Hello @bollain, I just test it,...