Christoph
Christoph
For the errors you need to probably install `eslint-plugin-jest `
Sorry for the delay. I found the core issue. I used jlink in a separare step before to generate the runtime app image. And used that as input for jpackage....
I was following https://docs.oracle.com/en/java/javase/20/jpackage/support-application-features.html#GUID-8D9F0607-91F4-4070-8823-02FCAB12238D
Hi, I wanted to know if there is way to programmatically upload (bib) files to a project in sharelatex? I am currently writing an extension to [JabRef](www.jabref.org) that will allow...
@pedosb Sure, you can take a look at my PR I created for JabRef. I use websockets to receive the json encoded messages and to send my changes. The connection...
@retorquere For Websocket logging in your browser you need websocket monitor in Firefox https://addons.mozilla.org/de/firefox/addon/websocket-monitor/ (does not work with quantum or newer, so grab an older version of firefox) the quuid...
The numbers in front are opcodes. Some of them have to be increased. It's a websocket proto thing. If I remember correctly when you receive a repsonse and send a...
When you receive the connectionAccepted you have to wait some time, I used a Thread.sleep(200), otherwise the conn will be closed. Here are the relevant cases I check for: https://github.com/JabRef/jabref/pull/2866/files#diff-1ff667f43a1980b99f9620c5ba802e50R211...
@lucasreddinger Can you show us the preferences?
Thanks for the update! Please reopen if this issue comes up again!