Copilot

Results 4682 issues of Copilot

Storage object view endpoints return 404 for objects with slashes in their names (e.g., `/storage/school/holiday.png/view`). NestJS route parameters don't capture slashes by default, causing path segments after the first slash...

Adds a `page` layout for static pages (About, Contact, etc.) that don't need blog post metadata like dates and categories. ## Changes - **New layout**: `_layouts/page.html` - simplified version of...

The `scripts/test.sh` git hook script was unconditionally popping the stash even when no stash was created, which could affect unrelated stashes or cause errors. The issue occurred because: - `git...

This PR implements a major architectural refactor to move mutable js-slang evaluation contexts out of Redux state, resolving critical issues with immutability violations and Immer compatibility. ## Problem The current...

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot with detailed instructions for working effectively in the Source Academy Frontend codebase. ## What's Included The instructions cover the...

### Thanks a lot for contributing! iOS simulators (iOS 17.4+) don't display talker_logger output due to `print()` buffering issues, while real devices work correctly. **Root cause**: Dart's `print()` doesn't flush...

### Thanks a lot for contributing! Provide a description of your changes below The `downloadFile` function was casting `JSString` to `JSObject`, which violates WebAssembly type safety rules and triggers `invalid_runtime_check_with_js_interop_types`...

### Thanks a lot for contributing! TalkerScreen displayed empty entries and grey colors for custom logs that override `generateTextMessage()` and `pen` properties. Console output worked correctly, but the Flutter UI...

### Thanks a lot for contributing! When `logCustom` is called with a `TalkerLog` that has both a custom `pen` and a `key` (e.g., `TalkerKey.debug`), the custom pen color is ignored...

### Thanks a lot for contributing! Flutter Web crashes with `Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER)` when logging HTTP responses containing replacement characters with ANSI color codes enabled. The browser...

consideration