Jonas L.

Results 204 issues of Jonas L.

## Feature Request In the current API, we define functions with arguments without forcing those arguments to be keyword arguments. This is fine as long as we don't introduce new...

enhancement
pinned

This allows us to serialize the domain classes by first converting them to "dumb types". For example, to convert the objects to JSON. ```py import json domain = BaseDomain.from_dict(domain_dict) json.dumps(domain.to_dict())...

## Feature Request **Is your feature request related to a problem? Please describe.** The package version is currently stored in `hcloud.__version__.VERSION`: in the `hcloud.__version__` module inside a `VERSION` constant. To...

enhancement
pinned

## Feature Request **Is your feature request related to a problem? Please describe.** The `hcloud.hcloud` module is set as if it can be used by users. We also reexport the...

enhancement
pinned

Many users of HCCM configure wrong values when configuring their network, improving / adding more networking documentation should help us reduce the amount of misconfigured setups.

pinned
documentation

The documentation is currently split between the README.md and the /docs folder. To ensure users of this tool properly configure HCCM, we need to improve the documentation so that users...

pinned
documentation

### Problem I find it difficult to focus on the content of the Ansible modules documentation with the single monochrome multiline strings. Having inconsistent YAML document across python modules in...

### TL;DR The target branch is not autodetected as described by the action documentation. ### Expected behavior The target branch should be autodetected by either release-please or the release-please-action. ###...

**Describe the bug** Mypy is failing because the packages aren't marked as typed (missing `py.typed` file), but it seems that most of the packages have the type definitions. Could the...

🚀 enhancement
🛟 help wanted
good first issue

**Describe the bug** On newer docker setups, docker-compose is part of docker under a docker sub commands: `docker compose` This makes this library fail to find `docker-compose` when needed. For...

🚀 enhancement
👀 requires attention
✅ close on merge