Nathan G

Results 35 comments of Nathan G

I ran into this issue with the vestal_versions gem. The solution for me was to add attr_accessible to the versions model in an initializer. (/config/initializers/vestal_versions_override.rb): ``` VestalVersions::Version.class_eval do attr_accessible :all...

Oh, interesting that it works on M1! I assume it's running under Rosetta. The reason it's not automatic is because I haven't configured a proper multi-platform build system and instead...

Hi @daichi5! Thanks for the report, and good catch! You're spot on -- that `job:` section is redundant and unnecessary, and was not the result of anything intentional. The `@job`...

Circling back! This behavior should be changed in the `0.5.0` release now.

@caius it's been a busy couple of weeks for me, but I haven't forgotten this PR! I intend to do some testing of this branch, but your reasoning is sound,...

Hi @stesen-wefunder! Thanks for reaching out! These are some great questions -- exactly the kinds that I'd hoped this library's documentation could prompt! Here's my attempt to provide a few...

> More of a "be aware there's a chance this could happen" than an "expect and prepare for this to happen regularly"? Yes, that's a good way of putting it....

I started looking into this on Friday, but I'll note that it's a little more complicated than simply adding the feature back. We removed it because it was incompatible with...

Hi @34code, thanks for stopping by! I can’t promise anything at this moment, but I can say that we have explored the idea of open sourcing some form of dashboard....

Hi @josler -- I'm trying to reproduce this issue! That config value should have a default list provided by [the YML config](https://github.com/Betterment/betterlint/blob/97d723a95b586736b27a3dfd4deff8809580ace6/config/default.yml#L59), so I'm wondering if maybe you're doing something...