Max Görner
Max Görner
Hi, I just compiled my fork of this repository (i.e. including minor changes I already send as pull request). It works on my machine here, i.e. I am sending this...
Currently, `pyreverse` only considers classes in its UML diagrams. Right know I have a generated diagram open that shows inheritances and who is member of whom. I would like to...
I am using InquirerPy in a small project to build the user interface ther. The project involves some non-trivial validators and workflows and I would like to ensure that these...
**Is your feature request related to a problem? Please describe.** By using `ghorg` I clone a lot of repositories, more because I can than because I need all of them....
## Explanation The methods `Path.mkdir` and `os.makedirs` will fail if the target directory already exists. One approach is use a try-except block to handle that issue gracefully. While this is...
I'm using Octave 4.0.0 on Kubuntu 15.10 (yes, the beta) on a 64bit machine. I applied the updated rules that were mentioned in April. I can compile without error message...
On Debian Bookworm, in a Conda environment providing Python 3.9.12, it was not possible to install the pybluez package. The error message was Preparing metadata (setup.py) ... error error: subprocess-exited-with-error...
Recently I had the joy of using the driver of https://github.com/atar-axis/xpadneo/. I found their deployment scripts a charm to work with. Not only were they quite robust, they also cover...
Hello, I have a dependency no swagger-codegen in some code I inherited from a colleague. In my test suites I make frequent use of [Hypothesis](Hypothesis.readthedocs.io/). Currently I cannot update to...
This resolves some conflicts in projects which depend on schemathesis and use Hypothesis in their test suite.