andrew nimmo

Results 31 issues of andrew nimmo

Again, no idea if this actually helps thread safety. Just starting a PR

No idea if this is actually helpful for thread safety. Just opening PRs for this to get the ball rolling

Rubocop suggests that `@@filters` should be a class ivar matching the name of the method `all`. Make it so.

Taking rubocop's somewhat contradictory advice here. (Rubocop advises to avoid class ivars also.) I believe the vars should be thread safe in either case, because this class is not often...

- [x] add the gems for ViewComponents - [x] add gems for the seemingly-improved EvilMartians defaults - [x] add base components to the /views/components folder - [x] rubocop the changes

Work on debugging why it's returning a capitalized localization for a lowercase tag. Just checking if this breaks anything...

Check it out. Rudimentary!

This PR is a massive lift, because there were big changes between versions 3 and 4 of Bootstrap. ### Sorta minimum necessary changes ### Every Bootstrap update requires altering the...

`mission_control-jobs` does not appear to depend on the whole Rails stack. I would like to try the gem in production, but our app does not need to load ActiveStorage, ActionText...