Charles Luzar

Results 3 issues of Charles Luzar

I'm trying to get this action to install [email protected] but it won't seem to install anything higher than 3.0.1 on a `macos` VM running the `self-hosted` actions runner. Things I...

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description As a developer I would like to...

Needs: Triage
feature request

Current state, in order to build a Rails select field you have to do something like this: ```ruby @f.select :federal_filing_status, W4::FederalFilingStatus.members.map { |status| [ status.name.split("::").last, status.value ] }, ... ```...