Benjamin Grosse

Results 19 issues of Benjamin Grosse

a simple {bash, zsh} prompt for programmers ###### Description of changes https://github.com/nerdypepper/pista ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin...

8.has: package (new)
10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
11.by: package-maintainer
10.rebuild-darwin: 1
10.rebuild-linux: 1

_Disclaimer: I'm the author of ratatui-image._ Use [ratatui-image](https://github.com/benjajaja/ratatui-image) crate to render images. No script or hook setup is required. TODO: 1. [ ] Make this feature work alongside scripts/hooks to...

1. Fix external link formatting. 2. Be specific about all fields possibly being zero, and the pixel fields being documented for **linux** as "unused". 3. (I am not sure about...

See https://pkg.go.dev/context#Context: ...**packages should define keys as an unexported type to avoid collisions.** ```go // Package user defines a User type that's stored in Contexts. package user import "context" //...

After a sixel is rendered, it is never overdrawn if the cursor is moved to some position over the image and something is printed.

https://github.com/benjajaja/ratatui-image/issues/21 ![image](https://github.com/kamiyaa/joshuto/assets/310215/83fb9e83-a3dc-4ae5-bcc7-68a2fb5e5587) Due to ratatui's immediate-mode nature, the cells behind the image must be "skipped" so that nothing draws over the image. In other words, the cells behind the image...

It look like as if the escape sequence is not escaped, and the sixel/kitty/iterm2 data is printed as string.

bug

I'm getting some seams only on some borders: ![image](https://user-images.githubusercontent.com/310215/110257102-98326f80-7f9c-11eb-85f3-14f0e59c1112.png)

Closes #35 - more details in that issue. In general this should make ratatui-image be more flexible to pick the same version as dependant or sibling dependencies.

Problem: setting escape sequences, e.g. image protocols, always causes a cell to count as "multiwidth", even when it doesn't render wider than one cell. For images specifically, when rendering a...

Status: Pending