Ravi Gidwani
Ravi Gidwani
Hi: I have a small snippet that lets you show download progress percentage when precaching. I thought I will share it here for others. If there is other preferred/better way...
This PR covers the following to bring rendertron to the latest in terms of dependencies, puppeteer, node versions, etc. **Upgrades/Changes:** 1. Upgraded all the dependencies to their latest versions. See...
This PR does following: 1. Adds support for using MongoDB for caching. 2. Includes some minor DRY changes in the rendertron.ts for cache config selection. 3. README and configuration document...
Looks like the 'google-cloud-sdk-datastore-emulator' is not getting installed during the CI checks. As such the PRs are blocked due to this failing checks. For example, here is check on my...
### Why I noticed that Rendertron currently does not handle CSSOM that are injected on the page using [insertRule]( https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/insertRule). As these CSS rules are added to the browsers memory...
Short version : This will patch addresses the issue where the beaker keys may contain dots. Long version: I have used your library as a beaker cache and learned that...
@patrickhulce In our builds (e.g PR builds or nightly builds), we have different build specific URLs for page resources ( e.g CSS, JS, Images, etc). And these changes from build...