mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

きょうももりもり :saba:

b2388be71e (upstream/main) chore(deps): update dependency selenium-webdriver to v4.21.0 (#30325)
66906a1bc1 Fix Web UI trying to save user settings when logged out (#30324)
1b6eb2c7f0 Enable YJIT when available (#30310)
283a891e92 Allow to customise the OTEL service name prefix (#30322)
65e82211cd Rename `cache_*` methods to `preload_*` in controller concern (#30209)
f0d6dc4519 Fix: Mark redirect uris field in Development > Application form as required (#30311)
356bbbaa7f fix(deps): update dependency @reduxjs/toolkit to v2.2.5 (#30320)
cdb042ae86 New Crowdin Translations (automated) (#30319)
c9ee1437c0 Use ruby language constants to build version string in software version dimension (#30309)
60b423b3f7 chore(deps): update dependency rspec-sidekiq to v5 (#30314)
94493cff92 Fix incorrect element selector from #30221 (#30307)

YJIT有効はメモリもりもりわね…

$ cat config/initializers/enable_yjit.rb
:
if defined?(RubyVM::YJIT.enable)
Rails.application.config.after_initialize do
RubyVM::YJIT.enable
end
end

問答無用で有効にされちゃうぬ。revertしとこ'

\Master?/ :saba: \ますたー/

Merged mastodon/mastodon at b2388be71eb0031ef9e47c492b1c038231cd8bc0.