-
**Describe the bug**
A clear and concise description of what the bug is.
The unicode U+2B55 is not rendered in .gif
**To Reproduce**
Steps to reproduce the behavior:
1. Run `asciinema rec demo.…
-
No longer available
-
Client requests, pays and buffers chunks of data.
https://asciinema.org/a/3132
https://github.com/asciinema/asciinema/blob/master/asciinema/player.py
-
**Describe the bug**
Wrong patch when line by line staging compared to using hunks or lazygit or ``git add -e``.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a empty repo
2. Stag…
-
Asciinema renders the prompt using native font rendering, which scales to different subpixel layouts, subpixel rendering in general, and high-dpi scenarios.
-
The asciinema oEmbed support provides the following json, as an example:
```
{
"type": "rich",
"version": 1,
"title": "DevStats async loading, interactive mode and caching",
"author_na…
-
IMHO, asciinema clips are meant to be as short as possible.
So, there are some things about our current asciinema that thrwos me off.
## It documents each step.
This makes it TOO long.
Also…
-
-
I'm aiming to [fully replace Homebrew with pkgx in my dotfiles](https://github.com/felipecrs/dotfiles/issues/101).
However, my dotfiles:
- Automatically installs missing tools
- Automatically u…
-
I have a framework to describe application's input parameters in YAML, and use that to generate CLI flags/REST endpoints/HTML forms and much more, and I was about to write a TUI widget to render them …