Mike Goggin

Results 6 comments of Mike Goggin

@rvyas Were you able to solve your issue with sidekiq-cron?

@abrambailey Can you go in to detail on the testing you did? Can you verify whether or not the issue you were experiencing was related to an invalid CSRF token?

> Where does ActionCable come from? I tried importing it, but it's a component. @dagumak, you can import `ActionCable` from the `actioncable` package to manually instantiate a consumer. ```javascript import...

I'm also seeing this. Looking into the code, this happens when the extension is activated and no text editors are open (a cold boot of the application). I'm working on...

I had a similar issue recently with my project (unrelated to this package). I'll see if I can't dig through my notes and figure something out when I'm at work...

> Any updates on this? My notes didn't contain anything other than adding babel-plugin-transform-object-rest-spread to .babelrc fixed the issue. We didn't upgrade React, but we did upgrade several other dependencies...