Copilot
Copilot
This PR adds an `amount_limit` field to the `VerificationMethod` struct in the DID system, enabling fine-grained spending control for different verification methods within a DID document. ## Changes Made ###...
GoogleTest fails to compile on recent clang versions and is years out of date. Migrated to doctest, a modern single-header testing library with no external dependencies. ## Changes - **Replaced...
## Overview This PR implements the suggestion from issue #[issue_number] to configure the Playwright test framework to prefer `data-test-id` attributes for element locators, following best practices for test automation. ##...
## Summary This PR implements environment variable support for all URLs used in the Playwright test framework, following the [Playwright documentation best practices](https://playwright.dev/docs/test-parameterize#passing-environment-variables) for test parameterization. ## Problem Previously, all...
## 🔮 功能概述 实现了完整的塔罗牌占卜系统,从原来的26张牌扩展到标准的78张牌库,新增多种占卜方式和智能时间限制。 ## ✨ 主要特性 ### 📚 完整牌库 (26 → 78张) - **大阿卡那**: 22张保持不变 - **小阿卡那**: 从4张扩展到56张(星币、权杖、圣杯、宝剑各14张) - 包含完整的宫廷牌(侍者、骑士、王后、国王) - 每张牌都有正位和逆位的中文解释 ### 🎯 新增占卜类型 - **每日运势** (`-每日运势`) -...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides detailed development instructions for GitHub Copilot coding agents working with the xiaomai-bot repository. ## Key Features **Validated Command Workflows**: All commands...
Two unrelated issues: (1) backgroundog.exe randomly crashes with 0xC0000005 ACCESS_VIOLATION errors during Windows message processing, (2) wallpaper selection crashes when file paths contain non-ASCII characters (e.g., Chinese: `D:\壁纸\风景.jpg`). ## Changes...
Training with multiple GPUs or multiple epochs was failing with `ValueError: ctypes objects containing pointers cannot be pickled` when PyTorch Lightning attempted to spawn worker processes for distributed training. The...
# Overview Adds interactive stats cards and a line chart visualization displaying usage metrics and monthly download growth over the past year for all Suspensive packages on the homepage, inspired...
# Overview AI assistants (GitHub Copilot, Cursor, etc.) need structured context to understand Suspensive's monorepo architecture, conventions, and patterns. This adds 1,270 lines of documentation across strategic locations to provide...