Ben Sheldon [he/him]

Results 85 issues of Ben Sheldon [he/him]

notfoundbot is fantastic. Thank you! I would like it to also find and update links in frontmatter too, being able to support: - when the link is embedded within other...

A common weakness of crime maps is that they often are just [population density maps in disguise](http://www.chicagonow.com/getting-real/2011/06/trulias-new-crime-maps-dont-really-help-identify-safe-neighborhoods/). Would it be possible to additionally correct for population? Awesome work, btw.

It might be interesting to be able to configure a target for a queue or label that's like "30 seconds" that the Dashboard could display whether those targets are being...

It would be nice if the navbar had as split count to differentiate between cron schedules that are enabled, and those that are paused/disabled: ![Image](https://github.com/bensheldon/good_job/assets/47554/bcab3677-ca1f-43a4-b25b-f8080dcc868a) It might require a little...

help wanted

Concurrency Controls currently use retry_on's `wait: polynomially_longer` which calculates a longer and longer wait based on the number of previous execution attempts. This is probably not the best algorithm for...

I'm curious if you would support a feature/change: when an exact-match version cannot be found, to try to find the closest published version. For example, we will sometimes `vendor/cache` gems...

This is to track the path to releasing a version 1.0 of this gem. The gem is currently fully functional and usable. The benefits of releasing a 1.0 are largely...

This gem currently targets Ruby versions [1.9.3 - 2.1](https://github.com/gaffneyc/usps/blob/3a1a16f4fe9f96b6455c207954962df2f819d45b/.travis.yml#L3-L6). These versions have been [end-of-lifed as of 2015 - 2017](https://www.ruby-lang.org/en/downloads/branches/), respectively. Currently maintained Ruby versions are 2.6 - 3.0. Forward-looking changes,...

### Expected behavior I should be able to create custom Rails Thor commands for my application in a way that is analogous to adding custom Rake tasks: | Rake Task...

railties
pinned

Could you provide an example that passes in some command-line options/arguments to wkhtml. Maybe I'm just dense, but I'm trying to set the page size (among other options) and this...