Jörg Mechnich

Results 31 comments of Jörg Mechnich

A first attempt on writing a XSLT can be found [here](https://github.com/jmechnich/ocr-fileformat/blob/tei/xslt/tei__hocr.xsl) but although it produces valid HOCR, the subsequent transformation to ALTO is not successful (most likely due to the...

I had the same issue and fixed it by enabling a custom FxA server and setting the standard FxA url explicitly (as was kindly mentioned by @meichthys above): > *...

I have added PyQt5-sip to the dependencies, can you try again?

Thanks for your suggestion and sorry for not looking into the problem properly. The actual solution was to remove the dependency on `sip` altogether as the program was crashing at...

I was able to fix it for me by applying this patch: https://gist.github.com/jmechnich/5a31cf9c2ae8336109f48abd3e5488a0 You can `brew edit avr-gcc@11` and add the following to the formula locally: ```diff diff --git a/Formula/[email protected]...

Funnily enough, I ran into the same issue with the same CD :rofl: Is there any news on this? The problem seems to be caused by the path written for...

Judging from the commit message in the link above, It looks like this has only been fixed in gcc 12.1 and up though. This still has to be backported to...

As nothing happened upstream since my [post](https://github.com/osx-cross/homebrew-avr/issues/280#issuecomment-1272381808) from Oct 2022, I have now submitted a [PR](https://github.com/osx-cross/homebrew-avr/pull/287) to this repo. I have no idea if it would have been more appropriate...

The most recent commits have fixed this issue for me (on macOS 13 arm64). Thanks @ladislas !

> Thanks for making the Homebrew formula, very useful!! Is it updated manually with new versions or do I need to setup webhooks to trigger builds or similar? As far...