nicholas a. evans

Results 103 issues of nicholas a. evans

Updated to tests for all maintained ruby versions, and test against the latest versions of all relevant gems. It would be better to: * either drop all support for selenium-webdriver...

If you were to accept this patch, perhaps bumping the version number, run `gem build table_migrator.gemspec` and `gem push table_migrator-*.gem`, that would be marvellous. :) You may also want to...

First, thanks for adding the null coalescing operator! I know 8.2.1794 was a year and a half ago, but I haven't been keep closely up-to-date with new features and I...

enhancement

## Is your feature request related to a problem? Please describe. For similar reasons as `allowed_in_returns`, `!!foo` should be allowed in any circumstance where the distinction between `false` and `nil`...

## Is your feature request related to a problem? Please describe. I just upgraded a very large project from 1.13 to 1.24. Most of the offenses auto-corrected code that was...

I've used a version of this since ~ten years ago and I just pushed it to github so I can replace our monkeypatch with a fork. And I've had the...

Suggestion: "bundle fund" should mention the important non-profit organizations that fund maintenance and development of critical ruby libraries and infrastructure. Perhaps this means adding metadata to the right gems. But...

Bundler

https://bugs.ruby-lang.org/issues/18818 CC: @ioquatix

THREAD_MODEL is exported already, so this matches that. Exporting this is simpler than inspecting configure_args and arch and matching that up with a specific configure.ac.

What I was looking for was a way to make a macro for `Forwardable` use the attribute/method `@return` info from the delegated class. I started by trying to get a...