Clément Duveau
Clément Duveau
The BBox calls need a cookie header, so we also need a logic to refresh it when expired.
Seems to be fixed now
It's the BURNING budget rate. +100%= you will fail your objective 100% = you will meet the expected quality, exactly 0% = you will achieve perfect quality
Not by this repo no
Why would you delete the "internal script" (assuming it's the LazyHTML script you are referering to) ? User has downloaded, parsed and executed it, deleting it would be close to...
LazyHTML seems to use IntersectionObservers, `` tags are not visible elements, it's very likely that IntersectionObserver would not be triggered on this kind of tag. So a `` has to...
For future reference: related to #219 and apparently could also impact Svelte (not verified, rumored)
Hi Rex, this topic is well documented on a lot of websites. Here my advice: This image is made to be simple, the goal is to provide a simple demo...
@otoolep Hi, in Docker Hub, no need to add a tag for cpu architecture. Tags are for version and base OS. Usually tags are like this: - `latest` for the...
Hey, I saw that you were using CircleCI for the main repo, and i found an example [here](https://www.docker.com/blog/multi-arch-build-what-about-circleci/) Basically, docker provides buildx to build images to multiple architectures without the...