Kieran

Results 155 comments of Kieran
trafficstars

@Phil-x that updated one from the repo didn't work for me because it interferes with the USB-C plug - I'm willing to bet that model was made for the variant...

@peterc were you able to find a solution to this?

For all those who follow, this will work in the meantime: ```ruby get '*all', to: 'application#mount', constraints: lambda { |req| req.path.exclude? 'rails/active_storage' } ``` It's kinda ugly and probably could...

@rafaelfranca could this issue please be re-opened? It was closed when an earlier PR was merged but the PR did not address the issue. Thanks!

I'm getting this issue as well - did you have any luck fixing it?

(This @ the maintainer) Jumping in to say that I'm working on a `yt-dlp`-backed app and I ended up using [Apprise](https://github.com/caronc/apprise) - gives you a ton of notifications options (including...

Of course I stumble upon the fix immediately after submitting! Here's how I fixed it: My `item` object was set to an initial value of `{}`. It seems like the...