Tomas Tomecek

Results 140 issues of Tomas Tomecek

I'm struggling with configuration of opacity of colors in scatter plot. No matter how I change `color` and `colors`, opacity of points is still set to random (or at least...

We have recently run into this problem: https://github.com/martinpitt/python-dbusmock/issues/152#issue-1309471879 When Packit submits a new bodhi update using the `.save()` method, it now fails with: ``` bodhi.client.bindings.BodhiClientException: {"status": "error", "errors": [{"location": "body",...

The server is `docker-1.13.1`. Packages: ``` $ pip3 freeze | egrep (requests|urllib) requests==2.13.0 urllib3==1.20 ``` The code is quite simple: ``` for l in d.logs(c, follow=True, stream=True): print(l) ``` ```...

TODO: * [ ] For SRPM builds in Copr, replace archive symlinks with actual files (for example, as another step after running `packit prepare-sources` * [ ] make sure sandcastle...

bug

TODO: - [ ] Write new tests or update the old ones to cover new functionality. (at least 2 test cases for the new code) - [ ] Update doc-strings...

Let's discover that a dist-git branch does not exist and raise a more descriptive error message: ```python f"Selected dist-git branch {dist_git_branch} does not exist. Please update your Packit configuration and...

kind/bug
area/user-experience
area/fedora
complexity/single-task
gain/high
impact/low

@csomh brought this up several times so let's finally research how we could version the packit.yaml config. Some notes from the arch discussion: * Check if marshmallow can help us...

On the latest SIG meeting (Mar 30th), @Conan-Kudo and @jlebon discussed how kernel is being maintained for Fedora Linux, Centos Stream and RHEL. We started with `%changelog` generation and ended...

source-git

Just talking to @simo5 on a chat. Simo requests to be able to configure dist-git commit message as part of the `update-dist-git` workflow when our bot creates a dist-git MR....

source-git
needs-design