Emelia Smith
Emelia Smith
This is a good comparison of the various libraries: https://github.com/MatthewWid/better-sse/blob/master/docs/comparison.md
@renchap this reminds me, did we actually wish to support a `STREAMING_REDIS_URL` for the streaming usage, as that's quite operationally intensive at the moment (e.g., one status post can trigger...
@gmemstr I won't really have time to review this for a while, and also aren't super familiar with Redis Sentinel..
There's a lot of duplicated logic here, so it might be worth providing some sort of "RedisConfig" class that can load configuration for a specific use-case (general, cache, sidekiq) and...
Are you using CAS for user authentication? It should be an optional gem...
Does the machine you're getting this error on have git installed?
Found a similar error here with discussion on resolutions (a few are outdated, so definitely read the whole thread first): https://stackoverflow.com/questions/6648870/is-not-checked-out-bundle-install-does-not-fix-help
@leahoswald hmm, okay. I'm wondering if you'd still see the same error upgrading to Ruby 3.3.4? Also, I'd suggest adding the output of `uname -a` to the issue description.
Thanks; I don't think debian was an operating system we were having bundler errors relating to CXX version upgrades, so it's not that class of error, I guess. The systems...
Have you tried `bundle exec ./bin/tootctl` ?