Anton Oellerer

Results 15 issues of Anton Oellerer

Hey, First of all, thank you for this great library! I am currently trying to adapt our project to the WCAG2AAA standard, and discovered the following error message: ``` •...

type: bug

Hey, I am currently unsucessfully trying to deploy a python serverless function with the github action. My `deploy.yml`: ```yml jobs: deploy: name: deploy runs-on: ubuntu-20.04 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}...

Hey, is there a certain reason why e.g. the `kmeans_openmp` benchmark is compiled and linked with `-g` and `-O2`, when best performance should be expected without `-g` and with `-O3`?...

Hey, To test my program before running it on a pico, I would like to emulate it via qemu. To make sure this would work, I cloned this repo, and...

Hey, I am testing a service which heavily relies on project reactor. For many tests I am mocking the return value of the component responsible for API calls. The tests...

status: waiting-for-feedback
status: waiting-for-triage

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? QUESTION ## System information. For client/server mode...

cmd: create

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

documentation
enhancement

Hey, Just out of interest, what is the reason for not supporting 10-bit addressing in i2c communication? I looked around for a bit, but did not discover anything specific. Best...

question
i2c

I implemented this since I needed it for my thesis, it is not part of the standard, and I don't know whether it is any good, but I thought I...

Hey, For [this project](https://github.com/DDS-GmbH/s3-metadata-tagger-lib/), I am trying to configure trivy to skip analyzing the `examples` folder the following way: ```yaml - name: Run Trivy vulnerability scanner in fs mode uses:...