Jeff Dickey

Results 37 comments of Jeff Dickey

So, with people either going to GitHub Actions or to Netlify, are we to assume that GitHub no longer cares about the traditional write/commit/push-and-publish workflow? This issue has been open...

Sorry, @DirtyF, I misunderstood your relationship to the project (and possibly GitHub) from the quality of the comments you'd left earlier. Actions *sans* this Gem sound like The Way Forward...

Hey, all, if you're unexpectedly getting **zero coverage**, look at your `test/test_helper.rb' (or equivalent for RSpec, etc). When developing a Gem (let's call it `the-gem`, I had the line ```...

(pumping fist in air) Oh, yes, _thank you!_ I agree that "explicit over implicit" is The Way To Go™; getting there on my active projects has kept me gainfully employed...

I'm seeing this on iOS as well, and while trying to set up iCloud sync on Mac, I managed to lose my "live-blogging my work since July" note. Now looking...

:+1: for simplecov and the new tab as well. I see the site is still unchanged; any word on when that's going to be up and happy? Being able to...

@nickdb93 There have been several tutorials published for setting up CI locally using Docker or Vagrant; check your search engine of choice or StackOverflow. We chose to move to a...

Most competent editors (from TextMate to Emacs) have (usually third-party) macros available that are perfectly capable of working with do/end blocks. If you're still using Notepad for your text editor,...

Came here looking for guidance on a `parser` problem; count me as supporting this as well. RuboCop has been solid in my experience for many years, and their opening up...

@mvz About your [**first**](#issuecomment-597794881) response: That's what I get; I'm pretty sure I'm using 5.6.0, as it's also the version listed in my `Gemfile.lock`. ``` $ gem depend reek Gem...