Tristan Dietz
Tristan Dietz
Hello, I received a lot of logs, where I see that kafka-python try to describe every topic of the cluster, with Denied result. I don't know where this list come...
Hello, After my contribution in #8502, I encountered the use case of downloading artefacts from multiple jobs (e.g. a pipeline `release` which produces several artefacts, that we want to retrieve)....
Hello, I just installed the executable from pip and tried to run it. The `chevron` command works fine: ``` $ chevron usage: chevron [-h] [-v] [-d DATA] [-p PARTIALS_PATH] [-e...
Hello, I'm using the awk command to increase a version number. ``` $ awk -vFS=. -vOFS=. '{$NF++;print}'
# Description Propose an all-in-one command to download all artefacts. # Reasons #8537 # Content Checklist Please follow our style when contributing to CircleCI docs. Our style guide is here:...
Fix a typo in Java example. It wasn't indicated in README, so I don't know if this was accidental or for demo purpose?
Hello, Following the [documentation guide](https://zitadel.com/docs/examples/login/vue#create-a-project-role-admin-and-assign-it-to-your-user), I clone this repository and add my application configuration in `.env` file for a poc. However, accessing `/admin` mark an error. ## Steps to reproduce...