Mike Waters

Results 6 comments of Mike Waters

You could create functions to check terminal width first, here is from my `~/.zshrc` (its ugly code): ``` # # Use `colorls` when the terminal is wide enough for it...

The original author is not responsive?

@cyberluke @ChenghaoMou The FastAPI framework that Lit is built on (see [LitServer](https://github.com/Lightning-AI/LitServe/blob/f28c81616fd1a11304f190acdccc10f49228ca34/src/litserve/server.py#L212)) has [native support for websockets](https://fastapi.tiangolo.com/advanced/websockets/), even if LitServe isn't using it. Lit doesn't appear to hide the FastAPI...

+1 similar issue on Mac, same error in the logs. Fresh install of 0.0.337 (first time install), connection errors, downgraded to 0.0.330 and it works now. Business account. Maybe interesting,...

+1 here; I've been going nuts trying to figure this out, the config dropped in my CC is: ```lua config.keys = { {key="Enter", mods="SHIFT", action=wezterm.action{SendString="\x1b\r"}}, } ``` I've appended this...

Here's a one-liner to grab the path to the tempfile that `/export` pops into $EDITOR: ```bash # run `/export` in opencode then grab another shell: fd --changed-within 1m conver /private/var/folders...