leaf-soba
leaf-soba
I want to take this issue.
I want to check the next step is https://github.com/JabRef/jabref/issues/12139, or get a correct author/abstract?
Hi @ijuma, @chia7712, @gongxuanzhang, could you please take a look?
Hi @chia7712, in the CI process, there are three flaky tests that are unrelated to this PR. Could you let me know how to re-run the CI process to get...
@mjsax Thanks for the review! Please let me know if there's anything else I should address.
> @leaf-soba -- Are you still interested to complete this PR? Truly sorry I focused on landing a new job overseas last months, please feel free to assign the PR...
> Hi! Thanks for contributing this fix. > > I applied a small patch ([4d4cd93](https://github.com/astral-sh/uv/commit/4d4cd93ada926005bfeec5eb39c50919b209b734)) to move the filtering up where we do all the other filtering. What do you...
I want to join this issue since I love refactor and code quality
> > I want to join this issue since I love refactor and code quality > > Sure. Please try to do small commits / pull requests. Maybe one for...
I want to replace Deprecated `org.jabref.logic.bibtex.InvalidFieldValueException` to `org.jabref.logic.integrity.IntegrityCheck`, but I find it very difficult to refactor it, since the IntegrityCheck need a lot of input parameters such as `BibDatabaseContext`,`FilePreferences`,`CitationKeyPatternPreferences`, but...