Justin Coyne
Justin Coyne
I think we'll want https://github.com/ProjectMirador/mirador/pull/3958 too.
Related to https://github.com/jestjs/jest/issues/15173
maybe? These are visible when you initially do `npm install`
After https://github.com/ProjectMirador/mirador/pull/3967 this is reduced to: ``` npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a...
This needs https://github.com/projectblacklight/blacklight/pull/3586 to be merged first I believe.
@cbeer please rebase on main since #3586 has been merged
This seems very similar to what we are experiencing. Sorry I haven't had time to go deep on it, but superficially, we have Cantaloupe servers just stop working and we...
While this may satisfy automated accessibility checkers, I suspect the first interaction people will use in a Blacklight site is the "Search". So I wonder if this would cause a...
@atz part of the sitemap spec says, "thou shalt not have more than 50k items in a sitemap". We are violating that. We need to partition it somehow (resource sync...