Robert Fletcher

Results 66 issues of Robert Fletcher

### Description Opening this up for discussion. It's hard to know for sure, I'm guessing the vast majority of RMagick functionality isn't used. One example is [`Image#chromaticity`](https://rmagick.github.io/imageattrs.html#chromaticity). Maintaining all of...

When the build fails, [the error is often kind of difficult to debug](https://github.com/rmagick/rmagick/issues/834). It would be great if we could provide better, more actionable error output.

We ran into an issue when trying to integrate Ruby 2.5 where using `monitor` was causing `SEGV` errors. The temporary solution was to skip calling the monitor callback when the...

Right now we're running with the command line options `'-t reactify --extension=".js.jsx"'` and it takes a couple of minutes to compile assets, which is already pretty slow. I'm trying to...

Came across this issue yesterday. We're transitioning our app gradually to `browserify`, so we've got places in our code that have sprockets requires and other places that we're doing `browserify`...

I've added `babelify` and `babel-preset-es2015` to my project with the `application.rb` configuration: ``` ruby config.browserify_rails.commandline_options = '-t [ babelify --presets es2015 ]' ``` This works fine on any files that...

## Expected behaviour Everything works with no issues. ## Actual behaviour I'm seeing warnings about the `date:` key when parsing the blog posts: ``` YAML Exception parsing [PROJECT_PATH]/boon-blog/source/articles/2014-09-23-setting-up-a-middleman-blog.html.md: Tried to...

Thanks for the library! I'm working on implementing a fake API in my tests, but one thing that I'm finding to be a little frustrating is figuring out the details...

Ctrl+Shift+T reopens a closed tab, so it would be nice if we could change the shortcut for toggling permissions. I think the old version of NoScript had Ctrl+\, which would...