Andy Waite

Results 236 issues of Andy Waite

https://github.com/forem/forem It was already added, but reverted in https://github.com/eliotsykes/real-world-rails/commit/37aa2fd8d95cf6ec8d0462323df3e5bfb9fd561f for some reason.

https://github.com/lobsters/lobsters (it's currently listed under `Moved/Missing/Deleted Repos`)

https://github.com/huginn/huginn

I think it would be good to link to https://opensourcerails.org from the README. (I'll open a PR once https://github.com/eliotsykes/real-world-rails/issues/7921 is resolved).

This was an idea from @avdi: https://twitter.com/avdi/status/1202702640397856768?ref_src=twsrc%5Etfw > Idea for a Rails linting rule: every AR find must either be in a conditional or be a bang > > Either:...

If a user encounters an "Infinite loop detected" error, then I think it makes sense for RuboCop to provide some actionable advice, e.g.: 1. Suggest to the user to update...

enhancement
good first issue

### Describe the problem as clearly as you can `bundle update GEMNAME` is not installing the latest version of a dependency, even when the dependencies are satisfied. Demo repo: https://github.com/andyw8/temp-bundle-update-issue...

Bundler

### Motivation As per the comment above, this can take `:quiet` as an argument. ### Test plan n/a

If using `--enable-experimental-requires-ancestor`, especially with Rails, then it's often preferable to address this with `requires_ancestor`, rather than including `Kernel` in the module. Would it be feasible to adjust the output...

feedback

https://www.shakacode.com/blog/ruby-3-3-introduces-range-overlap-method/ I will open a PR if I have time.