Bryan Lee

Results 45 issues of Bryan Lee

I have been using GitHub Copilot Chat for generating commit messages, but recently, this feature has stopped working. Regardless of the file changes, I receive the following message: "Cannot generate...

bug

See https://github.com/import-js/eslint-plugin-import/pull/2239 PTAL @Mairu

## Motivation The current `Test` component has a very strange usage method to meet certain use cases. This refactoring is mainly aimed at no longer using compromise methods to achieve...

**Describe the bug** In the Notifications Page on the Bluesky web interface, when the mouse hovers over a notification's timestamp, a tooltip appears that contains the timestamp. However, this tooltip...

bug
x:planned

## Motivations - Prevent message submission during IME composition - Fix premature Enter key handling for CJK input methods - Improve input experience for CJK language users ## Before https://github.com/user-attachments/assets/0dd00962-16a6-47d3-8ee4-588917a8d4a5...

This PR refines the status handling and improves the display logic for the action button (Send/Stop) in the `MultimodalInput` component based on recent feedback. Key changes include: 1. **Stop Button...

## Description This PR changes the order of sections in the tutorial index files across multiple language translations. It moves the "Install FastAPI" section before the "Run the code" section,...

docs

**Bug Description** Markdown rendering issue: Triple dollar signs (`$$$`) in ast-grep patterns are copied as double dollar signs (`$$`) When viewing _CLAUDE.md_ instructions that contain ast-grep patterns with triple dollar...

bug
has repro
platform:macos
area:tui
area:tools

Partially fixes #2582 ## Background The current click-to-move cursor implementation uses up/down arrow keys when navigating between lines. This causes issues in some shells: 1. In fish shell, up/down arrows...

shell-integration