Derrell Durrett

Results 3 issues of Derrell Durrett

I've reported the details in [an issue reported to npm](https://github.com/npm/npm/issues/7674) (because that's what the error message told me to do). The upshot of the response was that you're depending on...

I have the following relationships via `acts_as_relation`: ``` ruby class Node < ActiveRecord::Base acts_as_superclass belongs_to :game, polymorphic: true #... end class Game < ActiveRecord::Base acts_as :node has_many :ancestors, class_name: 'Node',...

I'm trying to use Cucumber/Capybara/WebKit under an Ubuntu 18.04 installation in WSL, so it's possible there's something about the WSL environment that's creating the following issue. I've already tried following...