Wyatt Pearsall
Wyatt Pearsall
Napa.js currently only runs bug-free on Node versions >= v4.5.0 and
Adds publishing of individual report data for cfpb, allowing it to be added to analytics.usa.gov
## Summary The cfpb is a DAP partner and available in the "all participating websites" section. Once https://github.com/18F/analytics-reporter/pull/646 is merged, individual reports will be available for the cfpb, which this...
As pages have been introduced over time, they've often liberally borrowed from other templates with the same desired layout/behavior. As such, we are now moderately afflicted with a case of...
This file is not actually being used for anything interesting, yet loads on every page. This stops that. Also, removing this made me uncover some unused v1 templates and base_elements.py...
Under the current regime, when updating credit card agreements, a developer must add a new link to a static template as a PR... even though this template could just be...
Closes https://github.com/cfpb/consumerfinance.gov/issues/8219 This PR does two things: - Adds and utilizes some bulk updating methods to prevent unnecessary recalculations (primarily in the financial model). Recalculations in the models only happen...
With only three facets in the sidebar, this feature is no longer justified.
In the current version, by calling `ws.originalEnd` before cleaning up remaining data, a `finish` event is emitted which can cause problems if the user's code assumes `finish` means no more...
Should do what https://github.com/cfpb/design-system/pull/1649 intended