Andrew Duthie
Andrew Duthie
## 🛠Summary of changes Updates `FormResponse` to always include `error_details` in its serialized hash form, as long as the `errors` object is an instance of `ActiveModel::Errors`. This is a...
### Is your feature request related to a problem? Please describe Currently, it is only possible to configure Lookbook to allow embeds from the same origin or for _all_ external...
At this line, I expect you are intending to use [`Array#splice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice), not [`Array#slice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice): https://github.com/erikras/lru-memoize/blob/86f655e17032e055187f4bb492e0c6937fa48318/src/lruCache.js#L13 Splice is mutative and as used would result in the item being removed at the given...
Using fresh install from Git repository link (0.1.0 with Grunt 0.4.0rc7). Here is my grunt-s3 configuration: ``` javascript s3: { key: '', secret: '', bucket: '', access: 'public-read', upload: [...
# Summary **Removed many unused development dependencies.** ## Breaking change This is not a breaking change. ## Problem statement USWDS should minimize its use of dependencies and eliminate unused dependencies...
# Summary **The Banner component markup has been simplified.** The banner component no longer includes an embedded icon image, which is instead rendered as part of banner styles. ## Breaking...
# Summary **Adds support for hiding content while JavaScript is loading.** This can be used on accordion content to avoid flashing content while JavaScript loads. ## Related issue Closes #5817...
# Summary **Optimized the size of the initializer script.** The download size is reduced by 64% with compression. ## Related pull requests Related to (builds upon): #4233 (merged in #4243)...
Mistakenly left in #9 All tests still pass. The `wait` deprecation message now logs directly to the terminal output in the course of running the tests. While not ideal, this...
## 🎫 Ticket [LG-12873](https://cm-jira.usa.gov/browse/LG-12873) ## 🛠Summary of changes Updates phone setup flow to annotate a reCAPTCHA assessment after the user initiates and completes phone setup. Related resources: - https://cloud.google.com/recaptcha-enterprise/docs/annotate-assessment...