David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on API Structure and Error Handling :
I've been testing something out and think that I've worked out the kinks with it. Check https://www.driftingruby.com/episodes/pow to see if you're able to play this one. If you're able to, then all is good.

David Kimura PRO said over 4 years ago on API Structure and Error Handling :
That's really strange. Any JS errors in the console? I wonder if any browser extensions could be blocking those videos.

David Kimura PRO said over 4 years ago on API Structure and Error Handling :
That wouldn't affect video playback. I wonder what it shows once you try playing the video and what shows up on the network tab. I'm on macOS 10.15 as well with Chrome 80 and haven't experienced this. I wonder if there is some other kind of networking issue at play here.

David Kimura PRO said over 4 years ago on Action Text Mentions and Notifications :
Great question. In situations where Action Text is used in a CMS or Blog, it can be a bit difficult as you probably wouldn't run the text through a translator. You could have multiple Action Text attributes on a model for each language or build a mechanism around Action Text which takes it into consideration, but I don't think that it natively supports i18n. https://github.com/rails/actiontext/issues/32 is about the only thing I could find in regards to it.

David Kimura PRO said about 4 years ago on Working with Internationalization :
You could add this to your Gemfile to see if it helps. Alternatively, you could upgrade Ruby version to 2.6.5. There shouldn't be much breaking changes between 2.6.3 and 2.6.5.

gem 'parser'