Eli Duke
Eli Duke
Is there any update with this issue? Where do I put the monkey patch? HALP!!!
Haha. Perfect. Just saw your response on stackoverflow. Thanks!
And here's that same chart with an analogous palette: That first red color still seems out of place.
Hey @jfairbank! So, I decided for the time being to fork the repo and just cowboy the changes that I want. You can see the specific changes that I made...
I was having this same issue with checkout@v4, thought I was taking wacky pills, so I am very thankful for this thread! It feels great knowing that I am not...
> In [actions/runner#849](https://github.com/actions/runner/issues/849) , `3.10` is another problem. And ruby's yaml parser also parses `3.10` as `3.1` too. But ruby's yaml parser parses `3.0` as `3.0`, so it is more...
I am working on a solution where I set: ``` form_options on_save: :'save_settings:' ``` And that seems to be working, but the returned `values` is only the elements from the...
I am running into the same exact issue on macOS 15.4 when trying to install any 3.2.x or 3.3.x versions, but it installed just fine with 3.4.2. Is there a...
> As mentioned in a previous comment, `brew install gdbm` seemed to clear things up for me with ruby 3.2.4. No idea why 🤷♂ This worked for me installing 3.3.8....