Kyrylo Silin
Kyrylo Silin
It's easy to replicate when you use [StimulusJS](https://stimulus.hotwired.dev) and Turbo. Navigate to a page that has this controller. The animation will start, then while the animation is running, navigate to...
Sorry, we couldn't resolve this in a timely fashion. It's a bit hard to reproduce your issue now. We've released many versions of airbrake-js already, and perhaps this issue was...
I believe @thompiler was correct when he said that the pattern is wrong. The `ember.js` part is not matched by the pattern you provided. Please ping me if you still...
Hello! Sorry for the late reply. Thank you for the example repository. It was really helpful. I was able to reproduce the issue. It doesn't look like a problem with...
I am trying to reproduce this issue with `@airbrake/browser` v2.1.8 and `create-react-app` v5.0.1. Here's what I did: 1. `npx create-react-app my-app` 2. Added the following line to `package.json`: `"type": "module",`...
@mmcdaris @thompiler there's the `pushgems` task that I used to use to release this gem: https://github.com/airbrake/airbrake-ruby/blob/f2cc9917a18004330d17a05c7ab4f84c1ea2ce02/Rakefile#L48-L53 It builds the gem both for JRuby and CRuby.
The code for the picture: ``` class Player def play_turn(warrior) warrior.walk!(warrior.direction_of_stairs) end end ```
The second level (1?) is bugged too. I've used the same snippet: 
Sounds like a simple fix.
@schneems you can find an example app here https://github.com/mvz/example-app-sprockets-crash (crafted by @mvz).