Jeremia Kimelman
Jeremia Kimelman
I am starting to share your enthusiasm for web components, but something that I get tripped up on is communication between components. Two more concrete questions: 1. Do you find...
I made this (https://github.com/jeremiak/github-org-wide-repo-crawler) a _long_ while ago for crawling `package.json` files so we might be able to leverage that.
@juliaelman recommended the following GirlDevelopIt cirriculums as a starting place: 1. [Beginning HTML/CSS](https://github.com/girldevelopit/gdi-core-html-css) 2. [Intermediate HTML/CSS](https://github.com/girldevelopit/gdi-featured-intermediate-html-css) 3. [Intro to JS](https://github.com/girldevelopit/gdi-intro-js/)
We can do that pretty easily. The data we use is in [`ucr-program-participation.json`](https://github.com/18F/crime-data-frontend/blob/master/public/data/ucr-program-participation.json) so we can adjust it to reflect all of the dates above. The biggest wrinkle I see...
Reopening this since more states/ranges got added
@LarryBafundo Those two links are exactly the same. Should that file just be the "data dictionary" and we can keep https://crime-data-explorer-master.fr.cloud.gov/pdf/NIBRS-data-diagram.pdf as the data diagram?
Lifted from the [18F front end guide regarding CSPs](https://github.com/18F/frontend/blob/1dfaf1bb1a8db8758654e5ddcc59159a51370104/pages/security/csp.md): > ## What is Content Security Policy? > Content Security Policy (referred to as CSP in the rest of this guide)...
Both of the technical fixes have been done and merged but they still need to be released. @LarryBafundo maybe we can push for a release at the end of this...
@wslack The use case is for folks visiting the websites. Once they load the site, the service worker will be registered and cache content on their device. This will enable...