Copilot
Copilot
Adds detection for pages displaying rendered markup content (markdown, textile, rdoc, org, creole, mediawiki, wiki, rst, asciidoc, pod) as specified in [GitHub's markup gem](https://github.com/github/markup). ## Changes - **`isRenderedTextFile(url)`**: Detects single...
Enables strict mode type checking for `querySelector` calls to catch invalid CSS selectors at compile time rather than runtime. ## Changes - Added `[email protected]` as dev dependency - Imported `typed-query-selector/strict`...
This PR enhances the Saleor documentation content to better serve technical integrators and e-commerce developers by improving clarity, conciseness, and consistency throughout key sections. ## Changes Made ### Core Documentation...
The EctoAdapter auto-persists policy changes to the database but had no built-in way to load them back on application startup, forcing manual database queries and loops. ## Changes - **Added...
## Problem Users integrating casbin.js with Go backends using `CasbinJsGetPermissionForUser` were unable to use manual mode correctly. The Go function exports permissions in an "enforcer format" containing model (`m`) and...
Adds comprehensive Cypress component tests for the Dropdown component to prevent regressions. ### Test Coverage - **Basic rendering**: Default trigger button, custom slots, button props - **Interactions**: Menu open/close, item...
Adds `.github/copilot-instructions.md` to provide GitHub Copilot coding agents with essential repository context per [best practices](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot). ## Contents - **Tech stack**: Vue 3 component library, TypeScript, Vite, Tailwind, Yarn - **Commands**:...
Race condition in file polling: `fileExists()` can return true, but file gets deleted before `getLastModificationTime()` executes, raising unhandled `OSError`. ## Changes Wrapped `getLastModificationTime()` calls in try-except blocks at race-prone locations...
- [x] Explored repository structure and understood leeway is a build system for Go, Yarn and Docker projects - [x] Built project successfully (though with long download times) - [x]...
Project dropdown shows stale cached list after creating a new project or deleting a project within the same organization. ## Changes **Modified `src/lib/components/breadcrumbs.svelte`** - Added check for current project existence...