Ben Sheldon [he/him]
Ben Sheldon [he/him]
Hi Mark, @shawndrost asked me to take a look at your project and give you some feedback. Summary: it looks pretty damn good, at least compared to my limited experience...
When adding `dblint` (v0.2.0) to my gemfile and then running specs I'm receiving this error for every test case. I'm using Rails v5.2.0. Let me know what other context I...
I wanted to document the helper that I've been using in my projects with Vanity. The intentions behind it: - Allow Vanity to be easily used outside of controllers (e.g....
If a page is running multiple experiments, Vanity will make multiple roundtrips to the database. It would be nice to be able to pre-fetch status for multiple experiments in a...
- Github action to automatically generate to the `gh_pages` branch - Update Jekyll? Will the textile files need to be converted to markdown?
Closes #1714. I added additional behavior to the existing `check_regex_dos.rb` file. I thought it seemed like the correct location because it is checking for ReDoS, though it's arguably a bit...
**Is your feature request related to a problem? Please describe.** Ruby's `#match` and `#match?` methods will coerce string inputs to regular expressions ([docs](https://ruby-doc.org/core-3.1.0/String.html#method-i-match)): > Computes regexp by converting pattern (if...
_NetNewsWire is fantastic. Thank you!! 👏_ I would like to be able to access the settings for a feed directly from an Article in order to delete/unsubscribe. Use case: I...
Will PHP-VCR record multiple requests to the same matching resource and then play them back in order? This is implemented in the [Ruby VCR Library](https://relishapp.com/vcr/vcr/v/2-9-3/docs/request-matching/identical-requests-are-replayed-in-sequence) but it seems like it...
There are two reasons why this is an unreliable solution: - it doesn't know about things that have yet to be autoloaded - it's non-deterministic with regards to Garbage Collection...