Stan Angeloff
Stan Angeloff
The documentation is confusing. You do in fact set `{ reserveScrollBarGap }` as an option to `disableBodyScroll`. See [the code](https://github.com/willmcpo/body-scroll-lock/blob/0e65e5fc9018b84975440b92ac84669f21ea5b3b/lib/bodyScrollLock.es6.js#L57) which gets called by `disableBodyScroll`. `enableBodyScroll` [by contrast](https://github.com/willmcpo/body-scroll-lock/blob/0e65e5fc9018b84975440b92ac84669f21ea5b3b/lib/bodyScrollLock.es6.js#L196) doesn't take...
This is very odd. I tried it on Ruby 1.8.7 and 1.9.3 and both accept an argument to `rand(..)`. Could you paste the result of these two commands: ``` bash...
Make sure you have `require 'magick'` in your `config.rb` file? This should include the Ruby files needed for Compass Magick to work.
OK, I just tried this using command-line `compass` and it works. I used your `config.rb` as shown on the screenshot and the .scss file you are trying to compile. I...
As soon as I get to a computer I will try your snippet. I suspect it may have something to do with the width of the gradient -- when the...
Very interesting idea. I'd like to get some sort of blending option available in `magick-compose`, but I am short on tutorials. I'll keep this issue around and try and dig...
> what was the point switching from rmagick? Last I checked the project wasn't actively maintained, it was a pain in the bum to set up (near impossible on Windows...
I thought I replied on this issue from my phone, but obviously the connection dropped before I was able to do so. While it would be nice to have short...
I'm affected by this as well. On Android 8.0.0 and Lockwise 3.2.0, tapping the 'Unlock' or 'Search' prompts in Firefox causes Lockwise to crash. I've sent a couple of feedback...
A bit further away from the `@target` discussion, I've been toying around with `@buffer`s and I am also at the point where I need to implement media queries being outputted...