David Kimura
David Kimura
This is an ugly way of doing it, but you can make it into a helper like `icon_right('angle-double-right','Next')`, but the below does allow for the icon to show on the...
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) ```
Another use case that I use nativefier on is with my kids. We have browsers blocked on their profile, but will use nativefier for any websites that we want to...
I've been working on https://github.com/kobaltz/action_auth for this very reason. Basically using only the Rails provided mechanisms, I wanted to have a simple authentication solution that could be yanked out in...
There's a known issue on Dockerized Ruby 3.3.0 apps and Apple Silicon. I am currently applying the patch on my apps until Ruby 3.3.1 is released. https://github.com/ruby/ruby/pull/9371#issuecomment-1893851123
app_port doesn't change kamal-proxy's port. Instead, that is for your application container's port that it is going to try and connect to. For example, a default Rails app using Puma...
I'm not sure as I don't have any experience with trying to change the kamal-proxy that it's listening on. However, I would probably say that you're on the right path...
I think your error @deepakmahakale could be that you're not routing the traffic to port 3000. By default, `kamal-proxy` will route the traffic to the container port 80. I wrote...
In Rails 8.0.0.beta1 it looks like the Dockerfilr is using thruster which responds on 80.
I have a 5090 and confirmed that this also works