landongrindheim (Landon Grindheim)
- Login: landongrindheim
- Registered on: 02/04/2018
- Last sign in: 02/04/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
06/19/2025
-
01:23 AM Ruby Revision 471da0f0 (git): [rubygems/rubygems] Use `persist-credentials: false` in template
- `actions/checkout` defaults this value to `true`, causing credentials to
be written to `.git/config`. By setting it to `false`, we lessen the
likelihood of secrets being written to disk.
https://github.com/rubygems/rubygems/commit/a751d...
02/04/2018
-
08:10 PM Ruby Feature #13581: Syntax sugar for method reference
- > * `map(&Math->sqrt)` (and just `each(&->puts)` probably?) -- Matz is explicitly against it;
Is `map(&Math.&(:sqrt)` viable? Perhaps it would be confused with the safe navigation operator.