Oliver Kopp

Results 697 issues of Oliver Kopp

### Version 0.12.16 ### Operating System Windows ### Distribution Method msi (Windows) ### Describe the issue I ran `git revert {some-commit-id}`. The revert was correctly added to the virtual branch....

bug
git
🦀gitoxide🦀
UX
🎉reproduced🎉

I get following error(s) ``` error: failed retrieving file 'mingw64.db' from repo.msys2.org : Connection timed out after 10000 milliseconds error: failed retrieving file 'msys.db' from repo.msys2.org : Connection timed out...

enhancement
help wanted

At https://github.com/kelloggm/checkerframework-gradle-plugin/blob/92ecb95e6e6977bc7c05e3f9e3215b0697cbb510/src/main/groovy/org/checkerframework/gradle/plugin/CheckerFrameworkPlugin.groovy#L315, it seems that `org.checkerframework` is hardcoded. What if I would like to use [The EISOP Checker Framework](https://github.com/eisop/checker-framework). My reason: It seems that that fork supports `jspecify` well enough...

I applied the plugin using the default configuration (as outlined in the README.md) ```diff diff --git a/build.gradle b/build.gradle index 41dd4e548d..3d49dba9df 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,9 @@ plugins...

[Bioclipse](http://www.bioclipse.net/) has used JabRef in the past for the BibTeX data model, and there has been talk for reusing JabRef in PathVisio too for working with biobliograph data... do you...

type: feature
type: code-quality
cli
status: freeze

One type of publication are conference proceedings. There, multiple papers are collected in proceedings. There are also books with multiple chapters. Example: "Cyber-Physical Systems of Systems", https://link.springer.com/book/10.1007/978-3-319-47590-5 ![image](https://user-images.githubusercontent.com/1366654/136321199-fac583fd-19bb-4a65-abc7-d011883461c7.png) As researcher,...

type: enhancement
ui
import
external files

When starting OneNote, I get ![grafik](https://github.com/user-attachments/assets/e8b483a2-5687-49ad-a37a-6d3630496b40) ``` 14|07:07:02.269| Error running command UpdateCommand 14|07:07:02.270| System.ArgumentNullException Message: Value cannot be null. Parameter name: input Source: System StackTrace: at System.Text.RegularExpressions.Regex.Match(String input) at System.Text.RegularExpressions.Regex.Match(String...

bug
next-release

Context: https://github.com/JabRef/jabref/blob/f4e87e5ef45bd87c373b17717343a59af7b4e931/rewrite.yml#L208 When using JDK21, everything is fine. When using JDK17, imports are removed set JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-17.0.12.7-hotspot ``` Changes have been made to src\test\java\org\jabref\gui\autocompleter\BibEntrySuggestionProviderTest.java by: org.openrewrite.java.testing.junit5.StaticImports org.openrewrite.java.UseStaticImport: {methodPattern=org.junit.jupiter.api.Assertions *(..)}...

bug

It is now "modern" to include caching the action itself. See for example the [gradle setup action](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md). Thus, it would be convenient if the action also included automatic caching and...

Re-apply https://github.com/JabRef/user-documentation/pull/492 Pre-condition: https://github.com/JabRef/jabref/pull/11476 is merged.