Oliver Kopp
Oliver Kopp
> How many different abbreviation lists does the average user have? Multiple - maybe 2: ACM, IEEE for computer science. You can check the lists at https://github.com/JabRef/abbrv.jabref.org/tree/main/journals and guess which...
@GDeane We are very sorry that there are these much conflicts. May I ask if you can find some time to address them?
Maybe, I understand the intention: Methods `remoteAdd`, `setName` are all applied to `git`, therefore they form a "new block", which should be indented and be on a new line -...
However, the idea feels strange at following diff: ```diff - PagedIterator prIterator = repo.queryPullRequests().direction(GHDirection.DESC).state(GHIssueState.ALL).list().iterator(); + PagedIterator prIterator = repo + .queryPullRequests() + .direction(GHDirection.DESC) + .state(GHIssueState.ALL) + .list() + .iterator(); ```...
The real diff is follows: 
Closing this PR due to inactivity :zzz: Please ping us if you intend to resume work on this one.
This is probably fixed in the latest development build. We need more contributors to work. Please check https://contribute.jabref.org if you find something to contribute. This then frees time on our...
/assign @CodeRishiX
@u7484052 I assinged you. As a general advice for newcomers: check out [Contributing](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) for a start. Also, [guidelines for setting up a local workspace](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace) is worth having a look at....
@u7484052 Please create two different folders. Open JabRef, create a bib file. Save it in folder A. Create another bib file, save it in folder B. Siwtch back to A....