louis-antonopoulos

Results 9 issues of louis-antonopoulos

The project builds without issue, but when I try **archiving** the project using Xcode 12.5, I'm getting a segmentation fault. I am able to reproduce this both in a project...

I see that at the top of `AhoyEmail::Processor#track_links`, there is an [explicit check](https://github.com/ankane/ahoy_email/blob/725a0ed96cd1becf83cabb337546c1ab20515ac6/lib/ahoy_email/processor.rb#L52-L53) for `if html_part?`. I'd love to open a PR to add tracking to the text-only version of...

**This PR:** - Addresses two different deprecation warnings that appear when running tests: ``` DEPRECATION WARNING: The `exist` matcher overrides one built-in by RSpec; use `expect(Pathname.new(path)).to exist` instead ``` ```...

**This PR:** - Adds a section to the README. It explains how to add a macro from another gem to all campaign mailers since the Heya campaign generator does not...

documentation

When running `rails new`, if an error is encountered, all the files that are created are not removed, including databases. Related: can any known requirements (such as the Node version)...

**This PR:** - Closes [Issue 1233: Requiring --skip_rubocop in command line parameters causes script failure when Rails < 7.2](https://github.com/thoughtbot/suspenders/issues/1233)

**This PR:** - Uses [Gem::Version](https://docs.ruby-lang.org/en/3.3/Gem/Version.html) to determine if Node is the correct version - Fixes a potential warning in `WebGeneratorTest` String comparison of version numbers can produce incorrect results. For...

**This PR:** - Reworks the stubbing of `node_version` in tests in preparation for resolving [Issue 1233](https://github.com/thoughtbot/suspenders/issues/1233) Co-authored-by: Steve Polito

The [web.rb](https://github.com/thoughtbot/suspenders/blob/7cb8ebdbf28f768b1f45d80c7aea7b39595d80fb/lib/install/web.rb#L25) script fails when running versions of Rails before 7.2 because `--skip_rubocop` is not a valid option, and so it is not parsed. #1223 added a requirement to specify...