Hendrik Muhs

Results 84 comments of Hendrik Muhs

Thanks for feedback, I think I somehow misunderstood: This happens for all json like strings, not only the empty ("{}") one. Will revisit what I wrote in https://github.com/KeyviDev/keyvi/issues/333#issuecomment-2886036882

Hi @Alex-ley-scrub, thanks for the feedback. I agree a README / documentation is missing, especially for the rust extension. What I can assure you: The rust extension is heavily used...

arm64 m1 builds broken: ``` ➜ .dylibs lipo -info libboost_regex.dylib Non-fat file: libboost_regex.dylib is architecture: arm64 ➜ .dylibs lipo -info libicudata.75.1.dylib Non-fat file: libicudata.75.1.dylib is architecture: x86_64 ➜ .dylibs lipo...

for the record: I had to pin a new version of icu: `icu@75` - m1 build works again

thank you. I can create a new release and move(slide) the tags accordingly. I am not very happy with sliding tags and encourage users to [use git sha](https://docs.github.com/de/actions/reference/security/secure-use#using-third-party-actions) instead. Dependabot...

created a new release and updated tags

It seems brew removed pre-compiled bottles for macos-13: https://github.com/Homebrew/homebrew-core/pull/241789/files That's why the workflow compiles it from source and takes very long. The uncached version grabs the older version which still...

Official PR to drop ventura: https://github.com/Homebrew/brew/pull/20672 Announcement: https://docs.brew.sh/Support-Tiers#future-macos-support I am disturbed by that. Ventura's EOL is November 2025. Brew dropped support _before_ the official EOL.

Here is another one: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ In short: github will remove `macos-13` runners December 4th 2025. For me it therefore makes no sense to implement a _workaround_ in this action for...

Note, I have neither been involved regarding the changes in homebrew nor github. I am frustrated as anyone else when upstream projects introduce backwards incompatible changes. Github announced the changes...