| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The packageManager field in package.json pins the pnpm version; enable Corepack (corepack enable) once on your machine and it will auto-provision the right pnpm release on first use.
Due to supply chain attacks, brand-new dependency upgrades are held back until the set cooldown in pnpm-workspace.yaml elapses. For an urgent exemption, add the package to minimumReleaseAgeExclude.
Routine upgrades land via Dependabot PRs (see .github/dependabot.yml); don't run pnpm up --latest on develop or main — review the Dependabot PR or open a PR with explicit version pins.
To create subsets of font files, e.g. when we know only very few characters are required to render the title of the page "CRYPTOMATOR HUB":
Using WebP (for smaller images) or AVIF (for >80 kiB due to larger overhead) may yield in better compression. Here is a (rather old) comparison benchmark. However, we need to test the best format ourselves.
Tip
If you see color banding in lossy conversions, try avif with 10 bit color depth.
| Back | FazBrowse Home | New Git URL |