Copilot

Results 4682 issues of Copilot

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides exhaustive guidance for GitHub Copilot and developers working with the Sanataro household accounting application. ## Key Features **Critical Compatibility Documentation**: The...

This PR implements comprehensive Docker Compose support for development, providing separate containers for each functionality as requested in the issue. ## 🐳 Services Implemented - **webapp-mysql**: Rails application with MySQL...

This PR modernizes the HTTP/2 demonstration project by migrating from Java 8 to Java 21, bringing significant performance improvements and access to modern Java features while maintaining full backward compatibility....

This PR migrates the CobiGen project from the legacy OSS1 Sonatype deployment system (nexus-staging-maven-plugin) to the new Central Sonatype deployment system (central-publishing-maven-plugin). ## Changes Made ### 1. Updated Maven Plugin...

templates
comp:core

## Problem CobiGen was unable to handle version conflicts when multiple versions of the same template set existed in the adapted folder. This caused both template sets to be loaded...

comp:core

This PR addresses the issue of outdated and incomplete documentation in the README.md model section by providing comprehensive coverage of all current entities and enums in the MetarParser project. ##...

### **User description** `icms_core_DataFilter::addSlashes()` was calling `addcslashes()` without default characters, causing it to escape nothing when invoked without the second parameter. This broke SQL queries with single quotes, triggered false...

Review effort 2/5

ImpressCMS symlinks (database-driven URL mappings in the `icmspage` table) lack documentation for developers wanting to build custom routing solutions. This creates a barrier for extending the routing system. ## Changes...

This PR fixes URL generation for `og:url` meta tags and canonical links by creating a new `toplevel_id_clean` template variable in JavaScript instead of using Liquid filters. ## Problem When `toplevel_id`...

Investigated whether the URLPattern Web API can replace leviroutes' custom regex-based URL matching algorithm. ## Investigation Results **Recommendation: Adopt URLPattern API** - 93.75% behavioral compatibility (15/16 test cases identical) -...