Jacob Richman

Results 80 issues of Jacob Richman

### What would you like to be added? This is the main tracking issue for ways windows support should be made more robust. This feature should include tasks to generally...

area/core
maintainer
1.0/windows-misc
Stale
status/possible-duplicate

## Summary I accidentally undid this change. Added it back. ## Details Reproduce by toggling between themes. Notice that the foreground color remains unchanged.

### What happened? wasm://wasm/000460e2:1 RuntimeError: memory access out of bounds at wasm://wasm/000460e2:wasm-function[215]:0xd5ef at wasm://wasm/000460e2:wasm-function[185]:0xcf8c at X.getComputedWidth (file:///Users/jacobr/git/gemini-cli/emoji_width/node_modules/yoga-layout/dist/binaries/yoga-wasm-base64-esm.js:33:52) at renderer (file:///Users/jacobr/git/gemini-cli/emoji_width/node_modules/ink/build/renderer.js:163:49) at Object.onRender [as onImmediateRender] (file:///Users/jacobr/git/gemini-cli/emoji_width/node_modules/ink/build/ink.js:194:70) at debounce$1.edges.edges (file:///Users/jacobr/git/gemini-cli/emoji_width/node_modules/es-toolkit/dist/compat/function/debounce.mjs:18:23) at invoke...

priority/p2
area/core

When not in alternate buffer mode, Gemini CLI must behave as much like a standard terminal program rather than a TUI. Alternate buffer mode should provide an excellent TUI experience...

# Support overflow="scroll" Currently the foundational ink `` components support overflow="hidden" and overflow="visible" but not overflow="scroll". This makes it difficult for CLI Chat applications such as Gemini CLI that need...

Ideally, Ink should only render a frame of the UI after useLayoutEffect is complete. Unfortunately this is not the case resulting in flicker where the frame without changes trigged by...

### What would you like to be added? Today Gemini CLI simply queues hits from the user, and won't send them to the AI until the AI is done. Users...

priority/p2
area/core
🔒 maintainer only

## Summary Add minimal documentation of the `🔒 Maintainers Only` label to CONTRIBUTING.md.

Currently Gemini CLI has some image support but it is incomplete and only works on some platforms. For example, image paste works on Mac (ctrl-V) but is not discoverable and...

maintainer

With a few targeted features we can turn Ink into a robust platform for flicker free Gemini CLI rendering. Core features needed: - maxHeight property to ensure content never overflows...

1.0/ui-improvements
🔒 maintainer only