Jason Frey

Results 678 comments of Jason Frey

https://twitter.com/blackgirlbytes/status/1610659689515057152?s=20

> As this reflects the current state of Crystal development, I have no objections to the change being merged This was my sentiment as well and is why I opened...

Gah i didn't even realize this was all in the README :(

Note that if you modify non-local files (e.g. `config/settings.yml`) with string keys this also happens. I've changed the Issue title to reflect that it's really _any_ settings files.

@jrafanie Does it make sense to change the automated PRs to update the non-english message catalogs, particularly when a string is deleted? The reason that #23218 is failing is because...

Backported to `radjabov` in commit 7ddc07b2ee8866bd2f02d3b248b00a9f09228876. ```text commit 7ddc07b2ee8866bd2f02d3b248b00a9f09228876 Author: Joe Rafaniello Date: Fri Nov 15 16:49:49 2024 -0500 Merge pull request #23233 from miq-bot/update_english_translations Update English Translations (cherry picked...

My way around this was via an accessor which creates the thing on first access, but I agree it would be nice to be able to reference self in initialize....

Maybe an `after_initialize` would make sense as part of the language? It diverges from Ruby, but Ruby also doesn't have this problem.

@ioquatix I stumbled upon this via the old mini_mime issue. To solve some similar use cases, we built a gem we called `bundler-inject` that allows you to specify overrides of...