Mike Perham
Mike Perham
Would you be ok with a PR adding SHA3? I'd integrate the code here: https://github.com/mjosaarinen/tiny_sha3 which is MIT-licensed. The C code is a single, short file and has the init/update/finalize...
This issue is based on a Mastodon thread here: https://ruby.social/@getajobmike/113047521307357054 Today it is really difficult to find the documentation for most Ruby methods. There are old sites like apidock.com which...
Several people have asked for better/deeper integration with instrumentation like ActiveSupport's notifications. Things which are log warnings today could be emitted as notifications, which are more flexible in where they...
Several customers have asked for support for basic composition with rate limiters, e.g. (limit1 AND limit2 AND limit3). Imagine a scenario where a service has an official rate limit of...
And remove Rack 2 hacks in sidekiq/web
The cron and unique subsystems both use SHA1 today. The algorithm is increasingly outdated and it's likely that things like FIPS 140-3 will forbid its use globally, even if not...
Today Rubygems.org allows the user to fill out their Full Name, Email and X handle. Twitter used to be the major hub for tech people but that's no longer true....
- [ ] Bump Ruby version requirement (to what?) - [ ] Remove backwards compatibility for arguments, move to keyword arguments - [ ] Clean up fork tracking as much...
Integrate the [Standard linter](https://github.com/standardrb/standard) into the build. I've included both safe and unsafe automated fixes but I did not make any manual code changes. Please run `bundle exec rake standard`...
> honeybadger-5.26.2/lib/honeybadger/backtrace.rb:124: warning: assigned but unused variable - instance I've seen Honeybadger ship a number of gem versions with unused variable warnings. Do you guys have Ruby warnings logged by...