Walter Lee Davis

Results 59 comments of Walter Lee Davis

Testing in IE 8, it appears as though the type attribute is not writeable. I can only imagine this is a security feature, to keep someone from changing the type...

I think that this inflector is being more general here, thinking of it as in "the Inuit people" versus "the indigenous peoples of the Arctic region". I admit that's quite...

Fiddling around in Sequel Pro, I came up with this query, which works perfectly. ``` SELECT `tags`.*, count(`tags`.`id`) AS tags_count FROM `tags` INNER JOIN `taggings` ON `taggings`.`tag_id` = `tags`.`id` WHERE...

When I have fought with this in the past, I ended up using CSS to change `.field_with_errors` to `display: inline`. That's a big hammer, and clearly not going to fix...

This error seems to be coming from here: https://github.com/public-activity/public_activity/blob/f6873889d5606314b2141fd49b42ea74c0a2e3dc/lib/public_activity/orm/active_record/activity.rb#L36-L46 but if you are truly still using Rails 6, then it doesn't make any sense that you are getting an error...

What you may want to do then is configure Psych to recognize all of the models in your app. You can do that in the application.rb, and there may already...

Ugh. I wasn't able to run the tests locally (except for the SQLite ones). I will fix this quoting issue...

Can you advise me how to configure the GH actions so I can run these on my account? Trying to peck at this, but fixing one error shows me another...

If you look at the last run, there's a ruby standard library removal that's being tripped at certain points. A bunch of the tests are failing because that library is...