Frank Dietrich
Frank Dietrich
Die Hugo Installation besteht lediglich aus einem einzelnen Executable (+ README.md und LICENSE). Es ist daher möglich Hugo auch ohne Snap zu verwenden. - Hugo Archive finden sich unter https://github.com/gohugoio/hugo/releases...
The package `typeinfo` was renamed with commit ede3954 into `reflection` (see the [diff of ede3954](https://github.com/BruceEckel/OnJava8-Examples/commit/ede3954d8680e09467b1be5baf96fa1ee2989cc5#diff-5f3a2db9875430633f410d26f4c5802659e5f70572a227af5356db2b4fe7f62f)). If you are looking for something more specific in that package (which even before that...
The Docker compose file and the README is updated for the development setup. For the automatic initialization of the development setup we need to decide if it should be part...
An updated `docker-compose.yaml` was pushed to https://github.com/openbikesensor/portal/tree/issue_322. **docker compose up** - it's failing to access http://keycloak:8080/auth/realms/obs-dev/, it works after the realm has been configured correctly - the URL is defined...
Even it's already an older issue. The reported error looks more like an issue with the JAVA_PATH (extracted from the initial post) ``` the following problem occurred while I was...
The input file is read in chunks of 10000 bytes. https://github.com/gitleaks/gitleaks/blob/26f34692fac6e9daec13c770421b4ed990d1c321/detect/detect.go#L24 https://github.com/gitleaks/gitleaks/blob/26f34692fac6e9daec13c770421b4ed990d1c321/detect/directory.go#L40-L43 The logic to process those chunks miss the case where - a single line input is longer than...
@yan12125 My common use case is to run `qterminal --drop` and make it visible on need. It get hidden, when it loses the focus. To make it visible again I...
As suggested by @janodvarko, I can confirm that HTML is rendered with Firefox 128.4.0esr (64-bit) on Linux opening the HTML tab for the first URL  scrolling down in the...
@ekpeters You might skip the execution of the `buildnumber-maven-plugin`. ``` $ maven -Dmaven.buildNumber.skip=true package ... [INFO] --- buildnumber-maven-plugin:1.4:create (create-build-metadata) @ gcviewer --- [INFO] Skipping execution. ... ```