Jürg Rast
Jürg Rast
I have the following very simple tasks: ````yaml #!/usr/bin/env paternoster - hosts: paternoster vars: description: Mount a WebDav Filesystem parameters: - name: target help: "Target Directory / Mount Point" required:...
This PR addresses the incompatibilities mentioned in #1068 by using the `flask.g` object instead of `_app_ctx_stack.top`.
What do you think about updating the UWSGI section / configuration of the flask guide with best practices? For example, with the provided config, python threads do not work (missing...
Currently the errorhandlers are added on a application basis via the ErrorHandlerMixin on the API class. Flask also allows to define the error handlers on the Blueprint level. What is...
We have problems with the IXXAT interface: If errors occur on the bus, for example acknowledgment errors, they are logged, but it seems to be impossible to react to them....
I'm having issues with this plugin as no results are provided with a simple path:directory query. The query works in the Obsidian Search. So any hints what could be the...
In https://github.com/numpy/numpydoc/issues/196 it was discussed how numpydoc could better handle type annotations. As `sphinx-autodoc-typehints` already provides a way to pull the type annotations from the signature to the docs it...
Running dir2pi (or pip2pi) on Windows results in a OSError: symbolic link priviledge not held. Steps to reproduce: ``` D:\>mkdir LocalPyPi D:\>pip2pi .\LocalPyPi pytest You are using pip version 6.1.1,...
Currently `dir2pi` builds into the `/simple` subfolder of the given directory. Can we add a option to specify the output directory? Use Case for this: - Collect all Packages with...
I have this code in my `_project.yml` file: ``` Components: Tour: Fields: [] Components: Mitglied: Type: manymany Name: Teilnehmer Interface: Type: grid Mitglied: Type: manymany Name: Leiter Interface: Type: grid...