Copilot

Results 4682 issues of Copilot

When a `BButton` or `BDropdown` with `v-b-tooltip` is placed as the last element in a `BButtonGroup`, the right-side border radius disappears, breaking the visual consistency of the button group. ##...

stale

## Problem Django-eventstream was experiencing issues where application instances took too long to shut down, causing Daphne to forcefully kill connections with warnings like: ``` WARNING daphne.server : Application instance...

Users occasionally open issues by mistake, such as issues with just a URL in the title (e.g., `https://github.com/FortAwesome/Font-Awesome.git`) or issues with placeholder text that wasn't filled out (e.g., "TYPE YOUR...

Test PR for cross-repo validation of starflow PR #101 changes before merging. Follows the pattern established in canonical/craft-parts#1412. ## Changes Updated `.github/workflows/qa.yaml` to reference the test branch from https://github.com/canonical/starflow/pull/101: -...

- [x] Extract MSBuild evaluation to separate build server process following new setup instructions - [x] Create dedicated `FsAutoComplete.BuildServerProtocol` project with pure BSP and JSON RPC type definitions - [x]...

## Adopt `workspaceFolders` - Stages 1 & 2 Implementation ### Stage 1: Stop using deprecated members ✅ - Updated `Initialize` method to use `p.WorkspaceFolders` instead of deprecated `p.RootPath`/`p.RootUri` fields -...

Enables users to upload Scrapy project archives and run custom spiders through the WebUI, eliminating the need for manual spider configuration. ## Changes **Backend:** - `ProjectManager` class handles project extraction...

The JavaScript client wraps RPC calls in `FancyWebSocket` format (`{event: "rpc:request", data: {...}}`), but the Python WebSocket handler was passing the wrapped message directly to the JSON-RPC processor, causing parse...

Paused crawls automatically resume after arachnado restarts because the paused state was only stored in memory and the MongoDB job status was never updated from "running". ## Changes **Persist pause...

The `log_count/DEBUG` stat was incrementing indefinitely after crawl jobs finished due to an orphaned `PeriodicCallback` in `EventedStatsCollector`. ## Root Cause Tornado 4.2's `PeriodicCallback.start()` schedules a new timeout without canceling existing...