zunda

Results 27 comments of zunda

Might this be because the encryption subkey has never moved to YubiKey in the first place? I encountered a similar situation where OpenKeychain (on Pixel 4a) shows "partial token" with...

Unfortunately, this change made it impossible to type posts in Japanese (Firefox 118.0.2 (64-bit)/Mozilla Firefox Snap for Ubuntu running on Xubuntu 22.04, xfwm4-4.16.1-1, fcitx-4.2.9.8-5, fcitx-skk-0.1.4-2). I could only type *hiraganas*...

Thanks Claire for looking into this! (So sorry for the typo!) Oddly, I can still reproduce the problem quickly trying the build with this merged (this time, macOS Ventura 13.6...

Good news (I'd be able to look into this locally) and bad news (it is still there on my computer) - Mastodon at 1b70d7ed7c0fd3a9fcf028bf76b8c62ac8b3897f without my modifications reproduced the problem...

I saw reports of people having a similar problem typing Japanese on - Android: https://ukadon.shillest.net/@ponapalt/111280493853443661 and - iOS: https://don.kumarin.co/@mg/111280520094054136 Editing `package.json` to downgrade `react-router` and `react-router-dom` to 5.1.2 and 5.0.1,...

It turns out that there is no other node modules I can downgrade from this PR. I'm giving up here and wait for a PR for react-router v6 to land....

Thank you @kmycode ! Applying your change on top of main at 4aa05d45fc45b797e0a3b7d40885ef89c2161a73, I can type Japanese posts as expected on a server running locally in `development` environment.

Applying a squashed change https://github.com/zunda/mastodon/commit/f656108ec35837276939ce60452bbf953de707b3, I can now type Japanese as expected with this and some following PRs merged :tada:. Thank you, again!!

Yes! It'd be the best to make verify mode configurable. Might anybody be aware of de fact-standard name for the environment variable and list of possible values?

Thanks @nightpool! I tried to redis ~> 5.0 and found that sidekiq must be ~> 7.0 which isn't compatible with the latest version of sidekiq-scheduler. I guess this PR landed...