issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:JavaScript
Filter by
4.5M results
Split from #87 (umbrella) as a discrete 0.4.x release blocker — the most prominent hang on a headline substrate.
Problem
On a mature bucket (~37 GB, 62k+ refs under refs/opentraces/local/events/v1), ...
bug
dev
release-blocker
Problem
Opening the Log screen can crash the entire app with Something went wrong — cost.toFixed is not a function. (In
cost.toFixed(4) , cost.toFixed is undefined). After the crash, navigation to any ...
bug
Relevância e Conectividade Textual via PageRank e BFS
Contexto
Com a pipeline de grafos de coocorrência corrigida e gerando as estruturas para as três categorias de reviews (bad, mid,
good), a próxima ...
Summary
buildTitleFilter in scan.mjs matches each keyword with String.prototype.includes, which is a substring match. Short
keywords therefore match inside longer words. The most damaging case: the keyword ...
EventFiltersToolbar.js imports 15 icons from lucide-react on line 1, but several (Upload, RefreshCcw, Download) are
likely unused in the rendered JSX. Unused imports increase bundle size. Audit and remove ...
Connexion is serving the resolved spec from Specification.spec, which dereferences $ref and expands components. The
authored shape is preserved in Specification.raw, but the spec endpoint does not expose ...
docker-compose.yml uses npm install which can resolve different versions than package-lock.json due to semver
differences. Should use npm ci for deterministic installs matching the lockfile.
EventFiltersToolbar (src/Pages/Events/EventFiltersToolbar.js) imports memo from React (line 2) but never wraps the
default export. This toolbar renders filter buttons, dropdowns, and category pills. Add ...
EventHero (src/Pages/Events/EventHero.js) is a large hero component rendered on every events page visit. It renders
background images and animations. Add React.memo wrapper to prevent unnecessary re-renders ...
The .dockerignore does not exclude api/ or middleware/ directories. These contain server-only code (Node.js serverless
functions/Edge Middleware) that should not be in the Nginx static serving Docker image. ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.