Marc Köhlbrugge
Marc Köhlbrugge
> @marckohlbrugge I've made a PR based on your recommendation #185 . It works for me - it would be helpful if you could try it too It works! Would...
Rails 7.1 attached image raises error because "Cannot get a signed_id for a new record" in image_tag
Running into the similar issue, following https://edgeguides.rubyonrails.org/active_storage_overview.html#form-validation and using regular form helpers **Update:** Fixed it for my case. I *thought* I was using direct-uploads, but I forgot to include the...
First things first, I appreciate @bharget's work on this gem 🙌 Having said that, it seems like his priorities have shifted and this gem might benefit from a new maintainer...
> @marckohlbrugge @simmerz that was already taken. I ended up going with [`heroicon-ruby`](https://rubygems.org/gems/heroicon-ruby) since I couldn't think of anything else. https://github.com/clusso/heroicon-ruby Your repo doesn't have Issues enabled, so I'll post...
Was going to make the same PR. Would love to get these micro icons available in this gem
One approach is to make the gem more extendable. The HTTP gem does a great job at this. Here’s some examples: https://github.com/httprb/http/tree/main/lib/http/features If this gem would have the right hooks,...
Are there any other requirements besides using `.jpg`? I've been trying to get this set up, but the web interface doesn't see any of the images. Despite the embedding script...
> @marckohlbrugge Not sure how to help in your case either, but you can try using my fork [here](https://github.com/tomhallmain/photo-similarity-search) I was able to fix the issue by manually setting `CHROME_PATH`....
I run into a similar issue: ```ruby runner "AdminNotifier.deliver('Cronjobs are working!')" ``` becomes ```bash cd /rails && bundle exec bin/rails runner -e production '\''AdminNotifier.deliver('\''\'\'''\''Cronjobs are working!'\''\'\'''\'')'\'' >> /proc/1/fd/1 2>&1 ```...
FWIW, this remains a problem in 2024. Just ran into it again with `Rails 7.1.3`