Matt Boldt
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...