Sebastian Serth
Sebastian Serth
### Debug log ID N/A, since BBT wasn't loaded any longer After a restart: `X9SLMXCX-fio-24vflMf76l5q` ### What happened? This issue is probably a follow-up to #2892. Zotero just crashed during...
### Issue Description In my server logs (but not in Sentry), I found another `NoMethodError`: This time, `rails` was called on `nil`. Stack Trace of the Issue ``` NoMethodError (undefined...
### Issue Description In my server logs (but not in Sentry), I found another occurrence of #2268: `NoMethodError: undefined method 'add_session for nil` ### Reproduction Steps Unfortunately, I don't have...
Since updating to prawn 2.5.0, we face issues with font embedding and changes to text provided on a template. **Reproduction example:** 1. This reproduction example assumes that the file `Arial...
Since updating to prawn 2.5.0, we face issues with font embedding and incorrectly or missing glyphs. **Reproduction example:** This reproduction example assumes that the file `Arial Unicode MS.TTF` is present...
Previously, it could happen that `Sentry.configuration` was `nil`. In this case, calling `rails` would produce a `NoMethodError`. We fix this issue by using safe navigation. Furthermore, this commit ensures we...