Egon Willighagen
Egon Willighagen
@randykerber, what command line call did you make on the above (empty) link set that we can use to reproduce the exception? (And thus, test the --ignore-empty option to be...
Stacktrace: ``` Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.simontuffs.onejar.Boot.run(Boot.java:340) at com.simontuffs.onejar.Boot.main(Boot.java:166) Caused by: org.bridgedb.utils.BridgeDBException: Error loading at uk.ac.manchester.cs.openphacts.ims.loader.RunLoader.main(RunLoader.java:241) ... 6 more...
OK, turns out that to test this, I need to bake at least a new .war and possibly a new Docker... I am working on this, but Tina will likely...
Another option is [this R package](https://cran.r-project.org/web/packages/googlesheets/vignettes/basic-usage.html).
Yes, very much seconded. Matching data based on String matches only works if you are 100% it is about exactly the same thing, and that rarely is the same (not...
Does either of the two support `.po` files (ie. gettext)? If so, we can take advantage of https://translations.launchpad.net/
And at least mention what BFI is in the first place... 
I guess at some point ... we might want a l10n-ed version that much l10n-ed that it would country specific UI too :)
Thoughts: * `https://scholia.toolforge.org/author` is short for `https://scholia.toolforge.org/author.html` (for individual pages) * `https://scholia.toolforge.org/author/` is short for `https://scholia.toolforge.org/author/index.html` (for category pages) Following this pattern, all makes sense to me, considering an aspect...
@fnielsen, your input is needed.