Oliver Kopp
Oliver Kopp
The action should output the found ticket number. This would enable to have follow-up actions on the ticket. For instance, moving the state of a GitHub issue using [Move Issue...
When looking at the example, it feels that padding is made at positions 1 and 2, but not 3 and 4.  Maybe, one has to play around with the...
(Reported privatly) XSS in Namespase: 1. Go to Administration -> Namespase -> Add. 2. Start local server that get handle GET request with headers. 3. Add payload `` in each...
### Relevant scope Other: describe below ### Description 1. Open https://realworld-docs.netlify.app/introduction/ 2. Click on "API spec"\  3. See 404 (https://realworld-docs.netlify.app/introduction/specs/backend-specs/introduction) The link should be https://realworld-docs.netlify.app/specifications/backend/introduction/ --- I did not...
I am experimenting with this plugin to replace java9-modularity plugin. I tried: ```kotlin module("org.openjfx:javafx-controls", "org.jabref") { exports("com.sun.javafx.scene.control") opens("javafx.scene.control", "com.sun.javafx.scene.control", "javafx.scene.control.skin") patchRealModule() preserveExisting() } module("org.openjfx:javafx-controls", "org.controlsfx.controls") { exports("com.sun.javafx.scene.control") // already done...
## Sweep Summary Adds GitQL, a SQL-like query language for Git repositories, to the Tools section of the awesome-git list. - Added GitQL to the `README.md` file's Tools section with...
I cannot open a jar from GoGamz ``` MIDlet-1: Boulder Dash, /icon.png, com.magmic.pykegame.PykeGame Problem Constructing Boulder Dash class: com.magmic.pykegame.PykeGame Reason: com.magmic.pykegame.PykeGame java.lang.ClassNotFoundException: com.magmic.pykegame.PykeGame at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:429) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:421) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at...
**Is your feature request related to a problem? Please describe.** I want to convert the whole doucmentation to a PDF (because of University requriements). I am using Chrome headless to...
I am coming from https://github.com/actions/setup-java/issues/804#issuecomment-2865728872 and wanted to share my knowledge. Aim: Build on JDK-EA Solutions: - Use other JDK distribution. E.g., `openjdk` (works well in JabRef) - Use [`mise`](https://mise.jdx.dev/)...