Konrad Kleine

Results 45 issues of Konrad Kleine

Hello, I've seen that this project has seen its last commit in 2013. That seems fairly outdated. So before we opt in to use it we would like to know...

Hi, I'm not sure if this is the plan behind PR #29 but I wanted to propose a mechanism to be able to prolong the lifetime of a token. #...

Hi, I've seen that starting from version 1.4 of the Docker Registry API there's an enhanced [`/v1/search` endpoint](https://docs.docker.com/v1.4/reference/api/registry_api/#search). It supports pagination and adjustment of how many pages will be shown...

**Describe the style change** I wonder if f-strings should be formatted at all. **Examples in the current _Black_ style** ```python print(f"{"|".join(['a','b','c'])}") ``` **Desired style** ```python print(f"{"|".join(['a','b','c'])}") ``` > [!NOTE] >...

T: bug
T: style

It would be nice to support gitea. The [blender](https://blender.org) project has switched from no longer supported phabricator to gitea for example. Here's an example query that should output one issue:...

enhancement
help wanted
plugins

It is not a serious issue for me but I wanted to report that the real estate for the [Monitor's Web UI page](https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-big-merge-20240206/monitor/) is not used efficiently when looking at...

UI

This adds a `Restore cached dependencies` step to the ci and cd jobs that tries to restored a cache of python packages (the ones stored in `~/.cache/pypoetry`). I've added it...

Please help me to come up with reasons for changing a work item state. Here are some examples for why you might want to close a work item of type...

help wanted

The `update-client` make target builds the fabric8-wit client and compares it with the fabric8-wit-client repository. If there are updates, there will be a tmp/client-repo/ that has a new commit with...

:package: build system
idea

Hey, I've looked at some swagger with @tinakurian and we found out about scopes in JWT and GOA. This PR exists to show how we might want to integrate scopes...

help wanted
:bath: cleanup
:snake: security
work-in-progress
idea