Kamil Breguła

Results 20 issues of Kamil Breguła

Hi. I would like to discuss whether it would be possible to switch from [`chardet`](https://pypi.org/project/chardet/) library (LGPL licensed) to [`charset_normalizer`](https://pypi.org/project/charset-normalizer/) (MIT license). Although using the (non-vendored) `chardet` library is fine...

Hello, I wrote a simple example of a component that passes a URL address of a file to a custom component. This is based on a private API, so it's...

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? ``` Python 3.10.4 (main, Dec 12 2022, 10:31:01) [Clang 12.0.0 (clang-1200.0.32.29)] ``` 2....

status-triage_done

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

### What feature do you want to see added? Currently, the status line that informs that the check is published looks like this: ``` [GitHub Checks] GitHub check (name: Jenkins,...

enhancement

Hello, I am working on a website, parts of it are downloaded and saved as JSON, and then the server loads and displays them. However, I want the titles and...

### Description Hello, My docker-compose file consists of one image, but it is used by multiple services. So I defined three services: * The first service contains the build definitions...

kind/bug
status/0-triage

Hello, I was working on integrating Docker buildx with OpenTelemetry on Jenkins and unfortunately I couldn't use otel exec because I needed to start a new span and finish it...