Matt Boldt

Results 6 issues of Matt Boldt

[According to these Rails docs](https://guides.rubyonrails.org/configuring.html#configuring-i18n), I have my i18n fallbacks configured in application.rb: ```ruby config.i18n.fallbacks = { en_us: :en, fr_ca: :fr, } ``` The intent here is if your locale...

Hello! As mentioned in my comment here: https://github.com/DavyJonesLocker/client_side_validations/pull/795#issuecomment-691235835 I'm building some "Form Objects" serialized as json for use with client side schema libraries. As such, I do not need the...

### Checklist - [ ] Specs for `Audited::AuditBatch`

First off, thank you for your blog posts and this library! I found it very easy to get set up and running with very limited experience with raspberry pi and...

### Requirements - [ ] Have you viewed your changes locally on the demos page, located on https://github.com/mattboldt/typed.js/blob/master/index.html? - [ ] If necessary, have you added a new demo to...

**The problem** I noticed these two hooks are effectively re-implementing the native `Set` and `Map` classes, and performing some potentially expensive operations on them. Ex: https://github.com/streamich/react-use/blob/master/src/useSet.ts https://github.com/streamich/react-use/blob/master/src/useMap.ts https://github.com/streamich/react-use/blob/0572ced9f861a21bcab5402eb2b4413697c462c3/src/useSet.ts#L19-L20 Here we're...

enhancement
help wanted
good first issue