issues Search Results · language:Edge language:Python language:PHP language:Java language:TypeScript
Filter by
57M results
Recon schema flattening techniques achieved internally to resolve model compatibility issues and find other optimization
opportunities for schema flattening in the codebase.
In src/lib/services/workflowLogService.ts, fetchStats() fetches only the last 100 rows and uses rows.length as
totalWorkflows:
const { data, error } = await supabase
.from( workflow_logs )
.select( ...
Problem
getMultipleGamesFromCache and getMultipleGamesFromCachePipeline were added to lib/cache-warmup.ts, which is supposed to
be a cache initialization and single-item utility module. Route-specific ...
refactor
Summary
The memory-administration tools (list_memories, get_memory, delete_memory, clear_memories, add_memories,
export_memories, get_memory_stats, added in #181) expose the training-set curation surface ...
Problem
The image upload pipeline converted File?data URL (via FileReader.readAsDataURL) on the client, then fetched that data
URL back on the server (via etch(dataUrl).arrayBuffer()) to get a Buffer ...
performance
Summary
PACT now runs in tmux teammateMode, where teammates are spawned as separate claude processes — each fires its OWN hook
lifecycle (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse, Stop, ...
Problem
The form component sent currentForm.image (a File object) as { image: currentForm.image } to the API. JSON.stringify
silently converts File objects to {} because they have no enumerable own properties ...
bug
Finding
The enterprise compliance portal was recently expanded (visible in web/src/components/compliance/ and
web/src/routes/AppRoutes.tsx) but 11 of 27 compliance dashboard components lack unit tests: ...
agent/tester
help wanted

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.