Wolfram Müller
Wolfram Müller
**Describe the bug** When I hover over a predefined range, the cursor doesn't change into a pointer. I can see that the CSS is defined correctly, it might be a...
**How can we reproduce this bug?** 1. Go to https://zurb.github.io/tribute/example/ in firefox 2. In the first example, type "@" in input field 3. Select a user with hitting enter 4....
I have a loop that runs through a list of image-urls and opens the url with Miro::DominantColors.new('http://www.example.com/image.jpg') for some images it returns: ``` convert: Empty input file `/tmp/source20120709-6914-7hzuos.jpg' @ error/jpeg.c/EmitMessage/236....
Update turblinks v5 events, as recommended by nprogress (https://github.com/rstacruz/nprogress/issues/8#issuecomment-239107109) I've tested both versions. This gives better UX, imo. There is no delay between clicking a link, and the loading bar...
Redis 6+ requires SSL to connect. Heroku does not use SSL, they use HTTP routing instead. This PR allows to configure Redis via an option hash like: ```ruby # config/initializers/gush.rb...
We are on Rails 7 with webpacker 5.4.4 and when I install the component with `$ yarn add stimulus-reveal-controller` and ``` import { Application } from '@hotwired/stimulus' import Reveal from...
We are migrating to Solid Queue and trying to find out how to support our use case: We currently use sidekiq and a custom currency control that makes sure there...