Kun Chen

Results 11 issues of Kun Chen

See https://codepen.io/anon/pen/rvGVQa for a consistent repro. Pretty sure in real world it would have stopped much sooner. How can we tweak it so that it's more realistic?

question
investigate

### What Operating System(s) are you seeing this problem on? Windows ### Which Wayland compositor or X11 Window manager(s) are you using? _No response_ ### WezTerm version 20220905-102802-7d4b8249 ### Did...

bug

See https://codepen.io/anon/pen/xjXGBE. The box will slide really really slowly down the hill. In real world the static friction would have kicked in much earlier and stopped the object from moving....

investigate

``` [7760:0116/122818.642576:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY [7760:0116/122818.642619:ERROR:env.cc(257)] The platform failed to initialize. Exiting. fish: Job 1, './TerminalOne-1.3.1.AppImage' terminated by signal SIGSEGV (Address boundary error) ``` Ozone variables set in...

The latest main branch has some good fixes that are quite useful. But neovim (using mason) would always pull 1.3.9 every time it tries to install/update the language server. @fwcd...

Add support for renaming tabs in the terminal application. * **State Management:** - Add a new state variable `tabTitles` in `packages/terminal/app/page.tsx` to store tab names. - Modify the `createTab` function...

Related to #41 Add functionality to rename tabs. * Add `renameTab` function in `packages/terminal/app/page.tsx` to handle renaming tabs. * Update `Page` component to include a button for renaming tabs and...

This PR allows textinput to support suggestions with empty input (which is a legit use case for shell programs to use history commands as suggestions for example), while keeping the...

enhancement

### Description Currently there's no way to customize clientInfo.name when connecting to MCP servers, which limits the ability for the agent to identify itself to the server. See reference below...

Feature request