Oliver Kopp
Oliver Kopp
This refs https://github.com/jhipster/prettier-java/issues/626#issuecomment-1949566463. **Prettier-Java 2.7.5** **Input:** ```java git.remoteAdd() .setName(remoteName) .setUri(new URIish(headRepoCloneUrl)) .call(); ``` **Output:** ```java git .remoteAdd() .setName(remoteName) .setUri(new URIish(headRepoCloneUrl)) .call(); ``` **Expected behavior:** Dots are aligned - and first...
## What changed with this PR: Added examples for lambdas. Fixes https://github.com/jhipster/prettier-java/issues/729 (OK, there could be be more examples, but at least, this is a start)
Instead of pointing to a fork of JBang, the maintained homepage should be used. Also sort-in alphabetically.
GitHub PRs: With "Viewed", one can mark a diff as viewed - and then its collapsed. At http://127.0.0.1:6789/singleView, there is no such button: Thus, when reviewing a large PR, I...
GitHub PRs: Heading stays on top: Would be nice if this would also be supported by RefactoringMiner --- Triggered by https://github.com/JabRef/jabref/pull/14252
As workaround for missing GitHub review functionality, I open BOTH GitHub Diff and Refactoring Miner Example: https://github.com/JabRef/jabref/pull/13554 (commit https://github.com/JabRef/jabref/pull/13554/commits/561acce7864fba4023645d1d14f1ae9ebdf7bc06) I am on "JabRefGUI.java" "JabRefGuiStateManager" is a new file. Deteced as...
```mermaid classDiagram class MADR { + Title + Status? + Date? + DecisionMakers? + Consulted? + Informed? + MoreInformation? } class Context class DecisionDriver class Option { + Description? +...
I think, the link https://softwareengineering.stackexchange.com/a/371435/52607 should be given as "More Information"
Markdown itself does not offer "inclusion" of content. Should we outline some solutions on that? (Risen at https://github.com/JabRef/jabref/pull/12277)
https://docusaurus.io/ seems to support our wishes best. This would fix https://github.com/adr/adr.github.io/issues/68 and remove the dirty hacks. Demo: https://webdriver.io/docs/contribute - and I think, this is the layout we need: on top...