Marc-André Lafortune

Results 87 issues of Marc-André Lafortune

Hi! I had some issues running `faster_prime`, in particular `require "faster_prime/base"` does not work, latest release is not up to date with current readme ( https://github.com/mame/faster_prime#usage ) I noticed some...

Hi! Is akephalos meant to be compatible with Spork? I just added two tests requiring javascript. If I put the "require 'akephalos'; Capybara.javascript_driver = :akephalos" at the end of the...

Backports v4 roadmap: - Drop backports for Ruby < 2.1 - Make `require 'backports'` a noop (or an error?) - Remove stdlib support - Remove rails ETA: Xmas '20

Hi! Just checking out vestal_versions, looks really good. I'm trying to modify it slightly for my needs, and I was wondering: any reason for all these alias_method_chain? Have you thought...

You should specify what is the minimal supported Ruby version. This PR sets it to >= 2.2 based on your travis.yml. If that's the case, you should consider changing your...

Barista looks awesome. I installed it and converted a html :javascript to :coffeescript. Without any other change (Rails 3.0.4 in development, no fiddling with default javascripts, empty barista config) it...

If a specific Nokogiri::HTML::Document extends a module M, a clone of that document won't. I expected otherwise, since in Ruby all builtin classes, as well as user created classes will...

Why is our default for `Style/FormatStringToken` annotated? I've always personally used the "template" style and I wonder why we have to worry about these suffixes and alternate format?

question
style guide

It is the case that `#each` ignores the result of the block for `Array`, `Range` and `Enumerable` and thus creates a void context, `Enumerator#each` does not ignore the result of...

good first issue

` Layout/ClassStructure` has a bad algorithm for moving code with respect to empty lines before/after. Look for `+1` in the code. ### Heredocs Looks like the cop assumes that heredocs...

bug