Results 543 comments of Tobias Diez
trafficstars

For every one interested in working on this for GSoC: In your project proposal, you can mostly ignore the issue of how to get the data from JabRef. For this,...

Its now modularized as well. https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-upgrade-from-2x

Further examples that should be parsed successful: November 2013 and January 31 2005

That looks already pretty good! For the styling, did you try to style the class auto-complete-popup in the main css file? Somewhere hidden in the javafx docs there is also...

Thanks @AEgit for going through the bugs related to groups and check if they still apply to the most recent dev version. This is a huge help!

What you describe above is possible, at least to some degree. You can assign colors to groups now, and these colors are displayed in front of the entry in the...

I think it will still take some time (read years) until the UI framework that we use supports something like the old floating mode, if it ever will be. So,...

What works for auto-imports is to add methods to `global` in [setupfilesafterenv](https://jestjs.io/docs/configuration#setupfilesafterenv-array). For example, ```ts global.useRuntimeConfig = () => constructConfig() ``` It would be nice if nuxt would provide helper...

I think what you implemented was already possible before by unchecking "Entry table > Fit table horizontally on screen" in the preferences (except if I misunderstood what you were trying...

Well, the no-automatic-column-resizing strategy is the default one of JavaFX and can be enabled by unchecking the above checkbox. So no code changes required for this. While I agree that...