Copilot

Results 4682 issues of Copilot

## Fix: CLI logs wrong path for utils file during init Fixes the issue where the CLI incorrectly logs the default path for the utils file even when it's installed...

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot with detailed instructions for working effectively in the ReactPy codebase, incorporating best practices from established projects. ## What's Included...

## Problem Users encountered an `IndexError` when running `finetune_lora` and other finetune scripts on Gemma models (and potentially other models with certain sequence lengths). The error occurred during training when...

#### 💻 Change Type - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 👷 build - [...

Analyzed 1,232+ GitHub feature request issues to identify top user priorities. Key finding: most requested features are Realtime API support (15👍), multi-model comparison (6👍), and knowledge base enhancements (84 comments...

Leverage Vite's native hook filter feature (https://vite.dev/guide/api-plugin.html#hook-filters) to optimize file filtering instead of performing redundant checks in handler functions. ### Changes **@vitejs/plugin-rsc** - Add `@rolldown/pluginutils` as a dependency - Add...

This PR upgrades the project from AWS SDK v2 to v3 and updates all dependencies to their latest versions, addressing security vulnerabilities and improving performance. ## 🚀 Key Changes ###...

In v1.2.6, imports from `#logto` fail with "File '.../handler.d.ts' is not a module" because package.json lacks type exports and @nuxt/module-builder generates empty .d.ts files for runtime sources. ## Changes -...

## Problem Users running GitHub Actions workflows with Preevy's Kubernetes driver were getting misleading error messages that suggested tunnel server connectivity issues when the actual problem was missing or incorrect...

## Problem When AWS S3 permissions are missing (e.g., `s3:HeadBucket`), Preevy fails with an unhelpful "403: UnknownError" message that provides no indication the problem is S3-related or which specific AWS...