-
I want to render a list (of interactive components) that can grow or shrink depending on if the vector of some dynamic data grows or shrinks. I have tried the following 2 (and some related) approaches…
-
_Migrated from https://github.com/WICG/file-system-access/issues/319_ (see https://github.com/whatwg/fs/issues/2)
### @ArthurSonzogni
You may want to reference this from the BFCache meta bug:
h…
-
Often times, I need to send a message to itself or polling and in which case I need to do `A -> A: polling`, something like this:
```ascii
┌─┐
│A│
└┬┘
│
│Polling
│-----+
│ |
│
-
I'd like to include mermaid graphs in text heavy environments which don't always embed images / attachments well (markdown, wikis, emails, chat, etc). One option is to have the live mermaid editor gen…
-
the latest version is Aug 19, 2023
there have been significant changes compared to the current version is dev
-
Hi,
It's probably just a silly question, but I could not find a way to make it works :disappointed:
The screen is not being rendered when redirecting the stdout ex:
```sh
cat somefile | myapp…
-
Toggle will always highlight the first option rather than the actually selected one. When the selected is the last option, right arrow key will not change the highlight to the last option and stuck to…
-
Hey Arthur,
I'm making a textual game, and trying to use some icons to make my game look better.
It appears that some emojis (not all of them), make the layout appear glitchy, i'm talking especi…
-
The new markers feature going to be super helpful.
I believe adding parsing and compilation markers (both in time and defer) to it could be super helpful to understand the real cause of long JS and…
-
I want to implement a preview feature like the ranger and fzf.
I think the best way is to directly call third-party tools such as bat or ccat to return the terminal result directly in the subwindow…