Jason Barry
Jason Barry
When wrapping LazyLoad around an image that utilizes the `srcset` attribute, both the 1x and 2x versions download in Safari and Firefox. Chrome seems to do the right thing and...
I am receiving this exception in my console: ``` Uncaught DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method. ``` The exception points to...
https://orcid.org/static/release-1.232.2/javascript/ng1Orcid/angular_orcid_generated.js Notice all the `eval` statements and escaped quotes. The file weighs about 8MB. In the [webpack config](https://github.com/ORCID/ORCID-Source/blob/78464a94dc5e2d25177d3a9b922c4094d069a20d/orcid-web/src/main/webapp/static/javascript/ng1Orcid/webpack.config.js#L6) it appears that the mode is always set to `development`. I believe...
I use webcoach to score my company's production site. We use [React's performance tools](https://facebook.github.io/react/docs/perf.html) for measuring metrics. Those performance measuring calls are dev only and don't get shipped to production....
https://github.com/netlify/build/blob/main/packages/config/src/api/site_info.ts#L46-L59 Once all sites have migrated to the new environment variables experience, it will be safe to move this call to the `Promise.all()` call above it. Should make things a...
In Theming documentation, specify which components are unable to have custom appearances and sizes
https://evergreen.segment.com/introduction/theming > appearances: These are the custom styles that you can apply to a component based on the appearance prop. Note that some components don't have this. Which ones? Why...
### Summary Those coming from the docker/k8s world are likely to follow [this guidance from Next.js official docs](https://nextjs.org/docs/deployment#docker-image), which instructs them to clone the `with-docker` example, whose [config](https://github.com/vercel/next.js/blob/canary/examples/with-docker/next.config.js) explicitly uses...
I included support for my new plugin fontlist.js which lists the installed fonts on a system. Panopticlick includes fonts in their fingerprint, so I wanted to port that feature to...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Doesn't work in Safari **What is the expected behavior?** I'd expect it to...
A useful enhancement would be if I could copy a link to a line of code by right-clicking on the line and selecting "Copy Link to GitHub File".