Claire

Results 1010 comments of Claire

I ended up giving a try to having the feature in ActiveRecord itself: https://github.com/rails/rails/pull/51601

I would be interested in a similar feature but for the opposite reason: enable fingerprint-unlock for only a very short period of time. I tried implementing it myself, but I...

I think this goes in the right direction, but a quick look at the code makes me think the relay currently only understand `Follow` and `Undo Follow` activities (https://github.com/astro/buzzrelay/blob/276b78e8e0eafb2f6695e9c3e07e7ed14ad44a99/src/main.rs#L173), so...

The streaming protocol is intended for clients and assumes you reference and store items by the provided local ID (since that's how you do anything with them through the client...

I can reproduce the issue on tchncs.de and not on `main`. I'm pretty sure this is indeed because of `strict-origin`. Mastodon uses the referrer's path to handle the redirect-after-login flow,...

Try building with `BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags='#'"`

Hm, I'm afraid I don't know how to address this issue :/

Both have to do with libicu, gcc 10, and compiler flags, not with ruby interfaces. But I hadn't seen the second issue before, and I'm not sure how to solve...

A new version of `charlock_holmes` has just been released, supposedly fixing the issue. Can you apply the following patch and see if it solves the issue for you? ```patch diff...

Can you try with `BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17"`?