Copilot

Results 4682 issues of Copilot

This PR adds comprehensive GitHub Copilot instructions to help coding agents work effectively in the cocoaascii repository and incorporates critical Xcode modernization updates to ensure the project builds with current...

The `ai_transcriptions` table now tracks model names and generation timestamps. This PR surfaces that metadata in three contexts for transparency about AI-generated content. ## Changes ### AI Text Display -...

## Add Search Functionality to Admin Uploads Page Reference: https://fromthepage.com/admin/uploads ### Completed: - [x] Add search method to DocumentUpload model (similar to User.search) - [x] Update AdminController#uploads action to handle...

## Make File Upload Types Clear on "Start A Project" Page ✅ **Issue Reference**: Resolves issue about unclear file upload types on "Start A Project" page (Fixes benwbrum/fromthepage#3203) ### Problem...

backlog

## Guest transcribers don't register as "currently editing" - COMPLETED ✅ ### Problem Analysis ✅ The issue was that guest transcribers were not being marked as "currently editing" for other...

backlog

This PR implements comprehensive social media metadata to enhance link sharing across multiple platforms when FromThePage URLs are shared. ## What's Added ### Open Graph Meta Tags (Facebook/General Sharing) -...

backlog

This PR converts the coordtransform library to TypeScript while maintaining 100% backward compatibility with existing JavaScript usage patterns. ## Changes Made ### TypeScript Implementation - Added complete TypeScript source code...

## Overview This PR implements support for fetching the latest certificate revocation list from the network and displays its publication time in the UI, addressing the feature request in issue...

This PR fixes an issue where the configparser failed to parse values that are placed on a new line after the key, particularly when there are empty lines between the...

Adds code coverage collection to PR CI workflow using stable Rust's source-based coverage (available since 1.60.0). Coverage reports are uploaded to Codecov on every PR. ## Implementation - New `codecov`...