Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:HTML language:HTML language:Java language:JavaScript

Filter by

156M results  (2 s)

156M results

Adds a fast count task and runs it to report the exact number of published products in the catalog — the denominator the full strip-rating scan iterates over. 🤖 Generated with Claude Code Generated by ...

Parallelizes test stages and adds dependency caching, saving 4 min per run. Repository: ui-settings Booster Run ID: boost-20260625-121619

Discoverability fix: adds make graph-page to the Local-development recipe list + a one-line cross-ref to architecture.md §Knowledge Graph, so the graphify → ui/graph.html → gh-pages flow is findable from ...

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig. Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...

Bumps js-yaml from 4.1.1 to 4.3.0. details summary Changelog /summary p em Sourced from a href= https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md js-yaml s changelog /a . /em /p blockquote h2 4.3.0 ...
dependencies
javascript

add truncate(s: string, max: number): string in src/string.ts — returns s unchanged if s.length = max, otherwise returns s.slice(0, max - 1) + … (U+2026). Add a vitest spec covering: short string unchanged, ...

Refs #91 O que muda Substitui o pipeline de conversão `.docx → PDF` que usava `libreoffice-convert` (rendering ruim) pela ConvertAPI cloud (rendering 100% fiel). Validação local Já testei com o template ...
enhancement