Frank Dietrich
Frank Dietrich
> > ERROR: Project not found. ... > > this is because your branch build does not have access to the SonarQube credentials. This is a needed security measure, but...
You are running Gradle with JDK 17 (based on the error message "Unsupported class file major version **61**"). Following the Gradle [compatibility matrix](https://docs.gradle.org/current/userguide/compatibility.html) JDK 15 is the highest supported Java...
Maybe querying the GraphQL API with following could be a starting point ``` { repository(owner: "gopasspw", name: "gopass") { releases(first: 100, orderBy: {field: CREATED_AT, direction: DESC}) { nodes { releaseAssets(first:...
I discover a behaviour which might be related. **Setup** — only the Tiling Assistant extension is activated, using Gnome 43.3 on Xorg **reproducer** — play a video in VLC media...
I would appreciate light theme support, as dark themes are not suitable for everyone. I have a problem with colour vision, and the dark themes make it even more difficult...
I believe it is related to this issue [QTBUG-28853](https://bugreports.qt.io/browse/QTBUG-28853).
We have an orphan branch of the old web page in the repositories history, which we decided to keep in a separate repository. Splitting the repository will be the first...
Archive of the old history has been stored at https://github.com/openbikesensor/archive.openbikesensor.github.io. Cleanup of the current repository will follow.
All images in `content/docs/hardware/v00.02/build-instructions/images` have a resolution of 4128x2322 and a total size of around 370 MB. I would suggest resizing them to around 30 % (1720x968) of the original...
@pReya As long git-lfs is not part of vanilla git, there might be some issues. - the user first need to install it to be able to clone files from...