Ryan Baumann

Results 24 comments of Ryan Baumann

[Wasps 209](http://www.perseus.tufts.edu/hopper/text?doc=Perseus:abo:tlg,0019,004:209&lang=original), but seems to have more of a "shoo!" meaning? Maybe "παῦε!"?

In the short term, this might have some templates or ideas that would be useful for achieving marginal notes with Pandoc: https://github.com/duzyn/tufte-markdown

There may be an issue with Unicode normalized forms here as well - I just did a test run of converting everything to Normalized Form C, and almost every line...

Can you try with the attached epub and report back? I've normalized the Markdown to NFC before converting for it (may need to unzip before copying): [lgpsi.zip](https://github.com/seumasjeltzz/LinguaeGraecaePerSeIllustrata/files/3374368/lgpsi.zip)

Hi all, we just integrated the `blacklight_oai_provider` gem into our Hyrax-based repository here at Duke: https://gitlab.oit.duke.edu/ddr/rdr/-/merge_requests/108/diffs One thing to be aware of is that the OAI-PMH endpoint will throw an...

In testing this locally, there needs to be an empty `__init__.py` file at `python/vosk/aligner/__init__.py`, otherwise I would get `ModuleNotFoundError: No module named 'vosk.aligner'` when trying to run `vosk-aligner` or `vosk_align.py`.

@azumukupoe you're looking for #145

For what it's worth, in my testing this issue also seems to be resolved in JRuby 9.4.0.0, so that's another viable workaround for users who can upgrade to 9.4.x and...

Just ran into this myself. It looks like it was fixed in f89bec4f6676fe13f39b962380b60279f641f53e, but no release has been cut which includes that commit. If you want to get around it...

Just want to explicitly link in #29831 here, which enables AR encryption but doesn't yet start to apply it to sensitive fields.