Sebastian Feustel

Results 27 issues of Sebastian Feustel

Hello DeanCording, I don't have that much experience compiling programs. When I call "make" I get this error message. ``` cc -Wall -O2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include owonb35.c -o owonb35 -lgattlib -lglib-2.0...

**Describe the bug** Fail when i run `podman-compose up` **To Reproduce** In my `docker-compose.yml` i use this: ``` frontend: image: frontend container_name: frontend build: context: https://user:password@git/Test/frontend.git restart: always ports: -...

bug

### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/build-push-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [X] The documentation does not mention anything about my problem...

status/needs-more-info

Hello, I found two Typos in the location-en. I see "Signin" i think that could be changed to "Log in" or "Sign up" Best regards

### Description I get this error even though I have `source` in my minio_s3_object. ### Steps to Reproduce Part of my TF File: ```terraform resource "minio_s3_object" "vite_app_index_html" { depends_on =...

I have the Problem by using the Picker, they didn't find elements in elements in a element which are zero size. For example: ``` import QtQuick 2.15 import QtQuick.Window 2.15...

I had problems with the certificates #63, everything was correct. But I hadn't noticed that this was the staging URL. That's why I added a hint in the README, so...

I know it is a bit bigger PR. ### Recording: I create a minimal Recording Feature, it creates a Python Script with the Click you make. You can start the...

on-hold

I create two new functions, `mouseClickWithWait` and `mouseClickWithButtonAndWait`. These functions wait that an Element exist and then click. It saves the wait commands that would otherwise have to be made....

on-hold

I added a function to wait for a path. It is useful when you click on a UI, and have to wait for an Element. Can be used: ```python from...