Oliver Kopp

Results 697 issues of Oliver Kopp

# Contributing to CSrankings Thanks for contributing to CSrankings! Please read and indicate you agree with **all** these guidelines to getting your pull request accepted. Note that pull requests may...

This adds https://github.com/skinny85/jilt.

On German keyboards, \` is a "dead letter", which means, one has to press shift + the key for \` and then space. This is not a good hotkey (and...

later

I use GitHub actions. I have ```yaml - name: Set up JDK uses: actions/setup-java@v5 with: java-version: 24 distribution: 'corretto' check-latest: true - name: Set up JDK uses: actions/setup-java@v5 with: java-version:...

We get an exception while building a JBang script - https://github.com/JabRef/jabref/actions/runs/19213767849/job/54919954788?pr=14259 ``` Exception in thread "main" java.lang.StackOverflowError at java.base/java.util.regex.Pattern$Branch.match(Pattern.java:4915) at java.base/java.util.regex.Pattern$BranchConn.match(Pattern.java:4879) at java.base/java.util.regex.Pattern$GroupTail.match(Pattern.java:5001) at java.base/java.util.regex.Pattern$Branch.match(Pattern.java:4913) at java.base/java.util.regex.Pattern$GroupTail.match(Pattern.java:5001) at java.base/java.util.regex.Pattern$CharPropertyGreedy.match(Pattern.java:4471) at...

This PR enables parallel testing. I learned about [`@ResourceLock`](https://apidia.net/mvn/org.junit/junit/6.0.1/?pck=org.junit.jupiter.api.parallel&cls=.ResourceLock) - this helps much. Aim: High CPU usage during tests --- Only Heisenbug - EntryComparatorTest fails in different entries: ### Steps...

dev: testing
dev: ci-cd

See #14400 for the steps to do.

component: preferences
good first issue
📍 Assigned

Example: ```java BibEntry fallBack = new BibEntry(StandardEntryType.Misc) .withField(StandardField.COMMENT, data); ``` When this BibEntry is written, the string is empty. This is because of our optimization. Fix: - Default value of...

dev: code-quality
📌 Pinned
good second issue

See #14400 for the steps to do.

component: preferences
good first issue

TL;DR: Have a PDF with `Düsseldorf`. Not found if searching for `dorf`. 1. Have a PDF with `Düsseldorf` in the text: [Düsseldorf.pdf](https://github.com/user-attachments/files/24099905/Dusseldorf.pdf) 2. Create a new empty library 3. Create...

component: search