Konstantin Baierer

Results 302 comments of Konstantin Baierer

Let's keep discussion in #112 which is closely related.

@mvolz Have you fixed this with https://github.com/mvolz/translation-server/commit/2c57867e1168b93d91ac009a6ffaa2fcf7cfa8cb ?

> So that would probably rule out `*.xhtml` if one wanted to conform to the spec. The `.hocr` extension is a problem when working with local files. When serving hOCR...

> I am not sure how libraries which can split filenames would handle this special case if they are asked to get the extension. ```python >>> from pathlib import Path...

Oh, right, the location changed after we moved to a single `src` dir. Thanks for spotting.

It has since been updated manually, but you're right, we should automate that. Best solution is probably a GH Actions workflow for this here in the website repo that should...

A fine opportunity to try out https://github.com/nektos/act ;) @MehmedGIT

``` PermissionError: [Errno 13] Permission denied: 'OCR-D-SEG-BLOCK' ``` Are you sure the permissions in `~/ocrd_all/data` are correct? Can you do `mkdir foo` on the command line?

Bower is dead. I mostly use npm+webpack+babel these days. yarn IMHO has little advantage over recent npm versions. Migration would involve moving all deps from bower.json to package.json, replace `bower_components`...

Not really. :question: The height issue is because of Firefox not respecting min-height for some block level elements. You mean the static page changes behavior when you reload the page?