Oliver Kopp
Oliver Kopp
Please also test with a shared SQL database. See https://docs.jabref.org/collaborative-work/sqldatabase for details. Ensure that autosave to a local .tex file is activated. i assume that either a check for database...
Good thing: seems to count files right. ```bibtex @Article{test, file = {:test.pdf}, } @Comment{jabref-meta: databaseType:bibtex;} ``` 
Bad thing: if test.pdf was made availble using the file system (and automatic relinking by JAbRef), it is not indexed:  To reproduce: Use BibTeX from above. Open JabRef. Check...
> Use as many threads as there are physical cores. Using LLMs, that's the most performant in my personal tests. Maybe, we need a setting. If the thing takes 1...
- [x] Depends on https://github.com/InAnYan/jabref/pull/67
> https://github.com/JabRef/jabref/pull/11430#issuecomment-2209569043 > > @koppor, you mean JabRef can detect if new files are added from the *filesystem* and then link it? Link doesn't work in mobile... 🙈 Maybe cite...
> [#11430 (comment)](https://github.com/JabRef/jabref/pull/11430#issuecomment-2209569043) > @koppor, you mean JabRef can detect if new files are added from the _filesystem_ and then link it? Text on the issue: >> To reproduce: Use...
Wrong message parameters can lead to IOB exceptions at LangChain4J - see https://github.com/langchain4j/langchain4j/pull/1436 and my quick fix [`861da12` (#11430)](https://github.com/JabRef/jabref/pull/11430/commits/861da126c77f4f66cc397d2c8bb8980479748cd1).
> @koppor did something change with GitHub, that when I'm pushing commits to `ai-pr-1`, they don't appear here? > > Or, probably, it's a problem from my side? I've set...
> @koppor actually I understood: > - We can't store chat history in MVStore using `List`s, because Lists will be mutated, and MVStore doesn't support that Please add an MWE...