Matt Wang

Results 380 comments of Matt Wang

Just curious - is this something we still want to resolve? It seems like [`ActiveSupport::HashWithIndifferentAccess`](https://github.com/sorbet/sorbet-typed/blob/da4bb16384f3dd7323e130d13a1d2f8977a8d8d6/lib/activesupport/all/activesupport.rbi#L1781) now exists in `sorbet-typed`. If so, happy to submit a PR!

This is my first time contributing to `sorbet-rails`, so forgive me for my lack of experience; I have a few questions! My understanding is that to change the enum values...

While we wait for @jeffcarbs' answer, I'll note that [the documentation for the class](https://api.rubyonrails.org/classes/ActiveSupport/HashWithIndifferentAccess.html) has examples where values are of different types: ```ruby rgb = ActiveSupport::HashWithIndifferentAccess.new rgb[:black] = '#000000' ```...

Thanks for the quick response and clarification Keegan! Hm, that does make things tricky. Were you planning on rewriting the package anytime soon (it is a lot of work, and...

Gotcha, let me update the downstream issue then. Thank you for your help so far!

Hey @devinnasar, are you able to: - create the index page yourself, ex `category.html` - have elements in the collection [use that index page as a parent](https://just-the-docs.github.io/just-the-docs/docs/navigation-structure/#pages-with-children) I think this...

Hi @bentookey-yotta, I think this is a reasonable feature request to me. A PR is certainly welcome! You'll probably start in `_includes/nav.html`, adding logic to check the front matter (there...

No worries, I'll add it to my personal backlog - but there's no guarantees there since I also review most of the PRs, etc. If anybody is looking to pick...

Thanks for the quick response! > You can speed up the deployment by using a jekyll container as base - see `.devcontainer/Dockerfile` as example. I don't think that will speed...

> This relates to the caching for ruby gems. I'm a bit confused - we are caching the Ruby Gems in this step: ```yaml - name: Setup Ruby uses: ruby/setup-ruby@v1...