Jonas L.

Results 204 issues of Jonas L.

Python 3.8 is EOL since 07 Oct 2024. https://devguide.python.org/versions/

I believe this tool currently runs 1 request every 10 seconds to /servers to list all servers present in a project. This might lead to rate limit issues for a...

enhancement

I recommend you using labels and label selector to group your instances, instead of relying on the name of the instances. This way, filtering can happen server side, and you...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** We maintain a large amount of functions for multiple kinds of "resources". We would like to make it easier to...

feature

### Description Start testing playout against liquidsoap >= 2.0.0.

### TL;DR All our product command groups are named using their singular form, but I often use the plural form out of habit. The CLI fails when the plural form...

feature

### TL;DR We currently print the invalid input errors the same way we print all other errors. The invalid input error holds additional details about the reasons why the invalid...

feature

### TL;DR Some endpoint have specific error codes, and the library is missing some of them. For example: - `private_net_only_server` - `firewall_managed_by_label_selector` ### Expected behavior All API errors codes to...

Bug

This moves the tools dependencies in a dedicated module to reduce the bloat of the root module. This should also reduce the amount of failed check generated CI jobs in...

This function allows the users to wait for multiple actions in an efficient way. All actions are queried using a single call, which reduce the potential for running into rate...

pinned