📦 New Pull Request: "feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す"
https://github.com/misskey-dev/misskey/pull/10590
misskey-dev/misskeyのIssue, プルリクエスト, コミットなどのイベントを逐次投稿します。
Post every issue, pull request, commit and other events on misskey-dev/misskey.
Managed by @aqz
Bot Source Code (forked): https://github.com/tamaina/misskey-github-notifier
📦 New Pull Request: "feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す"
https://github.com/misskey-dev/misskey/pull/10590
💯 Pull Request Merged!: "docs: 13.11.2アプデ時にRedisキャッシュを消す必要があることを明記"
https://github.com/misskey-dev/misskey/pull/10591
💬 Commented on "feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す": kakkokari-gtyih "ログ出るようにしました
!image
"
https://github.com/misskey-dev/misskey/pull/10590#issuecomment-1503808200
💬 Commented on "LTLサンプリング": syuilo "規模によってはHTLサンプリングも要りそう"
https://github.com/misskey-dev/misskey/issues/10269#issuecomment-1504412923
💮 Issue closed: #10581 "ロールタイムライン"
https://github.com/misskey-dev/misskey/issues/10581
💬 Commented on "Can't react with custom emoji リアクションできない": syuilo "done https://github.com/misskey-dev/misskey/commit/d06d1e868263e89de1a8f7dbd6636c6cc37df607"
https://github.com/misskey-dev/misskey/issues/10502#issuecomment-1504775529
💥 Issue opened: #10596 "RedisやめてDragonflyDBにする"
https://github.com/misskey-dev/misskey/issues/10596
💬 Commented on "RedisやめてDragonflyDBにする": mattyatea "raspberry piだとdragonfly動かないからちょっとそれも考えてほしいかもしれない
https://github.com/dragonflydb/dragonfly/issues/777"
https://github.com/misskey-dev/misskey/issues/10596#issuecomment-1504798821
💬 Commented on "RedisやめてDragonflyDBにする": okayurisotto "DragonflyDBに関しては知識がないのでわかりませんが、RedisのフォークとしてKeyDBというものがあります。ちょうどDragonflyDBのGitHubのREADMEに掲載されたベンチマーク結果のグラフに、RedisとDragonflyDBに挟まれるような形で描かれているものです。
https://github.com/dragonflydb/dragonfly#benchmarks
https://github.com/Snapchat/KeyDB
KeyDBは、Redisとの完全な互換性が維持されており、Raspberry Pi ZeroのようなARMアーキテクチャをサポートしています。
https://docs.keydb.dev/docs/ARM/
以前個人的に気になってMisskeyのRedisをKeyDBで置き換えてみた[^1]ことがあったのですが、その時点ではまったく問題なく動作しているように見受けられました。(今でもできるかあとで少し試してみます。)
[^1]: 置き換えるといってもdocker-compose.ymlの書き換え程度です。
Redisを使っている現時点でどのような問題が起きていて、どの程度改善されれば許容されるのかがわからないのでなんとも言えないのですが、個人的には、とりあえずRedisをKeyDBで置き換えてみるのがよいと考えます。"
https://github.com/misskey-dev/misskey/issues/10596#issuecomment-1504850943
💬 Commented on "RedisやめてDragonflyDBにする": okayurisotto "e3aeab8 で、docker-compose.yml
を下のように編集してサーバーを構築してみたところ、特にエラーなどはなく動作しています。
```docker-compose.yaml.diff
redis:
restart: always
- image: redis:7-alpine
+ image: eqalpha/keydb:alpine
networks:
- internal_network
volumes:
- ./redis:/data
healthcheck:
- test: "redis-cli ping"
+ test: "keydb-cli ping"
interval: 5s
retries: 20
```"
https://github.com/misskey-dev/misskey/issues/10596#issuecomment-1504894924
💥 Issue opened: #10599 "antennas/notesのsinceIdが無視される"
https://github.com/misskey-dev/misskey/issues/10599
💬 Commented on "antennas/notesのsinceId, sinceDateが無視される": syuilo "仕組み上は対応可能そう?"
https://github.com/misskey-dev/misskey/issues/10599#issuecomment-1504913216
📦 New Pull Request: "fix: Use unique identifier for each follow request"
https://github.com/misskey-dev/misskey/pull/10600
💥 Issue opened: #10604 "Android: ヒートマップが縮む->拡がるを繰り返す"
https://github.com/misskey-dev/misskey/issues/10604