Oliver Kopp

Results 443 issues of Oliver Kopp

Currently, this plugin displays "the most prominent fork". When there are more than one potential forks, I would like to evaluate them... The best support for me would be to...

I am unit testing validation. ```java Arguments.of( Collections.singleton( (new ValidationMessage.Builder()) .type("pattern") .code("1023") .path("$") .arguments("___version") .format( new MessageFormat( "{0}.{1}: does not match the regex pattern ^1\\.0\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$")) .build()), Paths.get( "wrong-version.json")), ``` The...

enhancement
help wanted

Currently, LTeX requires to either configure the default language in VS code settings or provide a [magic comment](https://valentjn.github.io/ltex/advanced-usage.html#magic-comments): ```latex % LTeX: language=de-DE ``` [TeXstudio](https://www.texstudio.org/) offers following [magic comment](https://tex.stackexchange.com/a/347015/9075) ```latex %...

1-feature-request ✨

Currently, the extension [supports LaTeX and Markdown files](https://valentjn.github.io/ltex/vscode-ltex/installation-usage-vscode-ltex.html#how-to-install-and-use). Sometimes, one puts comments in YAML files. The extension should support spell-checking in YAML comments, too.

1-feature-request ✨

Details at https://github.com/javaparser/javaparser/issues/3364. This PR adds a test case for the case that after yield a method is called. Example: `yield Collections.emptyList()`. ```java List result = switch (s) { case...

Following is a valid Java 16 code: ```java List result = switch (s) { case "Foo": yield List.of(1); case "Bar": yield List.of(2); default: System.out.println("Neither Foo nor Bar, hmmm..."); yield Collections.emptyList();...

Bug report
JavaCC

Refs https://github.com/JabRef/jabref/issues/8746 This introduces a feature of our `AtomicFileWriter` to not "commit" changes if an error happened during write. I currently don't know how to test. Maybe simulating a small...

export / save

Fixes #8372 Fixes https://github.com/koppor/jabref/issues/514 Fixes https://discourse.jabref.org/t/unable-to-edit-my-bibtex-file-that-i-used-before-vers-5-1/2390/4 Fixes https://discourse.jabref.org/t/jabref-5-6-need-help-with-export-from-jabref-to-microsoft-word-entry-preview-of-apa-7-not-rendering-correctly/3462/6 Currently, only test cases showing the intended output are added. We still need to discuss where to put the translation logic. Since...

bib(la)tex
entry-preview

Fixes https://github.com/JabRef/jabref/issues/1975 As far as I tested, the search syntax of groups can be reused (`=` signs also work at Lucene). The search using regular expressions is different in Lucene....

search

As follow up to the work by @MartinKarim. Reported by @s-tikhomirov on twitter at https://twitter.com/serg_tikhomirov/status/1248332994798067714. I copy it here to enable priotisiing it on our roadmap. - [x] Finding duplicates...

ui
good first issue
status: stale