Brian Michael Poblete
Brian Michael Poblete
- [x] I'm sure this issue is not a _duplicate_. - [ ] I'm submitting an icon request: - Type: `File Extension Icon` - Icon Name: `Assembly` - Sample original...
Bootstrap svg made to look like Tailwind
https://github.com/firebase/quickstart-js/blob/a583d24db46e3040adf7ab77aeb66d90b216703e/firestore/README.md Step 7 in the Readme says to run the command `firebase --use add` when it should be `firebase use --add`
Multiple improvements - clean up meta tags in `index.html` - removing repeated tags - adding correct tag attributes - `property=` instead of `name=` for some tags as per [OG protocol](https://ogp.me/)...
### Summary The MDN link for requestAnimationFrame in lib.dom.d.ts links to the wrong MDN page ### Expected vs. Actual Behavior **Current Link**: https://developer.mozilla.org/en-US/docs/Web/API/DedicatedWorkerGlobalScope/requestAnimationFrame **Should Link To**: https://developer.mozilla.org/en-US/docs/Web/API/Window/requestAnimationFrame The issue is...