Patrick McSweeny

Results 9 issues of Patrick McSweeny

When defining the equals '==' operator on a class in Ruby, it is important to account for values being passed that are of unexpected types. Currently, the tests for the...

I came across a solution for the 'Hamming' where the previous mentor was removed because of inactivity. In the solution, the student had instantiated an object inside of the class...

The [track page](https://exercism.io/my/tracks/d) is showing the "TODO" text underneath the track title because no introduction has been added.

I am attempting to upgrade an existing application to Rails 7, and when I attempt to start rails server in my terminal I get the following error: gems/plutus-0.17/app/controllers/plutus/entries_controller.rb:14:in `': undefined...

After updating from 0.4.1 to 0.7.0, initializing the `Stopwords::Snowball::WordSieve` class produces the following error: ArgumentError: Unknown locale: "fn" I was able to get rid of the error by manually deleting...

I created a test locally to see if the indentation checker would approve a solution which used single space indentation, and it did approve the solution. This is because the...

[According to MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/hr): The \ [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a...

## Pull request checklist - [ ] My code contains tests covering the code I modified - [X] I linted and tested the project with `bin/check` - [ ] I...

I would be willing to work on a PR for this.