Marco Roth
Marco Roth
Thanks for the feedback, @jaryl! This helps! Am I right to assume that your controllers for the `application` are in `app/javascript/controllers/application/` and the controllers for the backend are in `app/javascript/controllers/backend/`?
Awesome, thanks! I'll check what I can do! I think detecting the controllers/applications should be straightforward, but I'm not sure how we would figure out which "Stimulus application" is applicable...
@jaryl is this representative of your setup you described in #136?
> Note to myself will need to run manual script in prod Would it make sense if we add a job that updates a talk and its speaker(s) based on...
Ah right! FWIW, I added a `language` field for all these talks so we could somehow indicate in the UI that a talk is non-english
Hey @DmitryPogrebnoy, thanks for opening the issue! Are you using RubyMine, if so, would you mind opening a pull request?
Resolved with #274, thanks!
Ah right, fair enough. Do you want to keep it in the install instructions or should I move it out of the main `yarn/npm i` code block?
You should also be able to call `broadcast_scroll_into_view_to` on the model instance itself. So in your case you should be able to call `broadcast_scroll_into_view_to(...)` in the `broadcast_message_in_conversation` method where you...
Awesome, thanks @swanson! 🙌🏼