Alan Orth

Results 216 comments of Alan Orth

@tdonohue oh thanks! Good to know that it's possible with a minor workaround. I will relay that to our power users to see if they feel comfortable doing that for...

Thanks @mwoodiupui, this is exciting. To get the ball rolling I have tested: - Building DSpace - Item submission - Full Discovery indexing - Browsing, searching, and general UI usage...

@michdyk if your pull request is ready you should submit it. Your approach may be better, worse, or complimentary to @mwoodiupui's, and you've already written the code anyway. :smile:

Hi @wasertech I installed `stt` in a virtual environment from pip so I haven't installed KenLM directly. And I'm on CentOS Stream 8. Here's how I installed stt: ```console $...

@wasertech I use Arch too BTW (and I also maintain packages on the AUR... but that's irrelevant here). Anyway, what is the point of providing a pip installable STT if...

I've tested @mark-cooper's patch on DSpace 7.6.2-SNAPSHOT and it seems to work. I need to look and see if there are any side effects, for example in statistics or other...

This works well. I've been running it for a few days. On a DSpace 7.6.1 server without the patch I get this in the server logs when loading the front...

Thanks @kunovercammen. This patch works well for me on DSpace 7.6.1. Our repository has many metadata fields containing URLs that should be opened in a new window (for example DOIs...

From reading the code in d46248e99be7383fe3308d37d1d77be56b81f427 it seems this same functionality was introduced as part of the COAR Notify support recently merged in `main` for DSpace 8.0-SNAPSHOT. **Edit:** I have...

@saschaszott Ah, in my comment I suggested rebasing on top of `dspace-7_x`, but your pull request is against `main` so you should rebase (and squash) on top of that instead....