Jamie Lawrence

Results 16 comments of Jamie Lawrence

Just got bitten by this bug too and I think it needs to be addressed. I needed to pass the domain when deleting the cookie to make Intercom shutdown

We migrated from Trix to TipTap over the course of 2023. Our app pre-dated ActionText but this type of PR could help other apps in a similar situation to ours:...

fwiw, we built our own middleware and admin UI to pause/restart periodic jobs so, whilst I understand Sidekiq might consider the UI to be read-only, I don't know if all...

> What if we reused the retry subsystem and raised a well-known error? Sidekiq::JobDisabledError or similar? It would go through a well-known, heavily-executed code path. People know what retries are...

I just checked out Rails main to see how the generated columns work with `previous_changes`. It worked on `create` but doesn't on `update` 😞 Then I tried this branch and...

@natematykiewicz @mylesboone Since you were involved in previous iterations, I'm curious how this behaviour would work for your systems