David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said about 6 years ago on Audio Streaming with Active Storage :
  I would say that it’s possible. SoundWave gives enough flexibility with its APIs but is somewhat limited on the customization. For a true customization, Howler is pretty powerful. However, you would basically be building your own custom UI for it.

https://howlerjs.com/


David Kimura PRO said about 6 years ago on Adaptive Bitrate Streaming with Active Storage :
I did run into an issue recently where the quality selector no longer worked. I ended up having to do this.

import contribQualityLevels from 'videojs-contrib-quality-levels'

videojs.registerPlugin('qualityLevels', contribQualityLevels)


David Kimura PRO said about 6 years ago on Multitenancy :
It's the Microsoft Whiteboard on iOS. I screen captured that part on an iPad.  

David Kimura PRO said about 6 years ago on Google Maps API with StimulusJS :
  I think that StimulusJS was rather late to the party. I really like it because it is very light weight and doesn't change much between versions. I've been considering making a spin off of Drifting Ruby to focus on something like React specifically, but haven't worked through all of the logistics yet.

David Kimura PRO said about 6 years ago on Google Maps API with StimulusJS :
  I whole heartedly agree. It is my controversial opinion that React and Vue solves problems that Ruby on Rails does not have.