Jason Frey

Results 678 comments of Jason Frey

This seems to be still happening since at least crystal 1.2.1. I'm not using master; I'm using the distribution from homebrew, which is 0.9.0. Coming from Ruby, `exit` is the...

Is there a bug opened in Crystal issues for this? It feels weird to document this when it's possible we can just fix it. I'd argue that code is "stealing"...

I love the freeze method, but my only concern here is the deprecation of the parameter, because I can imagine future internal optimizations with the parameter form that I don't...

"default argument" is a weird turn of phrase. It's not incorrect, but "default value" feels so much more common. "default argument values for the last parameters" is probably the most...

> We have a Changed section but some changes may be breaking and others not. This information can be encoded in the release version if the maintainer follows Semantic Versioning...

I've used the `**BREAKING**: ` format in a number of gems already and it has worked out really well. It's very clear why you bumped a major version, particularly if...

Took me a while to get this working, but the following worked for me on MacOS after I did an upgrade to Monterey. Thanks @postmodern and @eregon, it was a...

@dgholz I stumbled back around to this, but brakeman has been fixed to handle _not_ removing explicitly referenced paths, which I think solves your problem with vendor being excluded.

Bump - I just ran into the sprockets 4 issue due to the new bundler 2.4 release which brings in a new resolver. My app is now resolving to jekyll-assets...

@jrafanie @kbrock @agrare @MelsHyrule As discussed, I added https://github.com/ManageIQ/manageiq/issues/22365 to the Chopping Block