issues Search Results · language:Edge language:TypeScript language:C# language:Java language:JavaScript language:JavaScript
Filter by
54.9M results
Summary
Set up production-ready hosting and database infrastructure for the MBTI product.
Scope
- Create or connect the correct Vercel project
- Configure environment variables from .env.example ...
Location: src/stores/editorStore.ts:32
The constant SESSION_STORAGE_KEY = sqlpilot-editor-session .
Current behavior: The editor tab state is persisted to localStorage under the key sqlpilot-editor-session ...
bug
Minimal reproducible example:
declare function foo(): void
export { foo }
Triggers:
ERROR Export foo is not defined (3:9) in /index.d.ts
1 error
Location: src/components/editor/SQLEditor.tsx
Location: src/hooks/useKeyboardShortcuts.ts
Current behavior: The Monaco editor provides basic navigation (arrow keys, page up/down) but there is no Go to ...
enhancement
good first issue
Location: src/components/editor/SQLEditor.tsx:71-169 (handleMount)
Location: src/hooks/useKeyboardShortcuts.ts
Current behavior: The app provides keyboard shortcuts for:
- Execute Query: F5 (global) ...
enhancement
good first issue
Value proposition
As a user I want to decide if my newly created activity automatically gets added to my bookmarks In order to save
additional steps after creating an actitivty
Description
- The create ...
Location: src/components/editor/EditorTabs.tsx
Location: src/stores/editorStore.ts:17 (closeTab method)
Current behavior: Editor tabs can be closed via the X button or middle-click, and there is a closeTab ...
enhancement
Summary
Lock in the v18 read-model decision that full graph materialization is a diagnostic/export/checkpoint compatibility
operation, not the ordinary application read substrate.
This issue tracks the ...
feature:materialization-query-index
lane:v18.0.0
legend:proto
type:enhancement
work-in-progress
Location: src/App.tsx (wraps AppLayout in ErrorBoundary)
No ErrorBoundary in: ResultsGrid, SchemaTree, SQLEditor, AIChatPanel, AdminPanel, QueryBuilder, SchemaCompare,
TableDesigner, RoutineViewer
Current ...
enhancement
good first issue
Location: src/components/schema/SchemaTree.tsx (794 lines)
Location: src/components/grid/ResultsGrid.tsx (872 lines)
Current behavior: Both SchemaTree and ResultsGrid are very large components ( 750 lines ...
enhancement
good first issue

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.