Interactively go through your bluesky follow graph and decide to keep or remove follow records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase max image size

yemou 5a436eac 63ee8e09

+2 -2
+2 -2
image.go
··· 15 15 ) 16 16 17 17 // The height should be a multiple of 6 otherwise when drawing the sixel, a black line will appear near the bottom 18 - const MAX_WIDTH = 126 19 - const MAX_HEIGHT = 126 18 + const MAX_WIDTH = 252 19 + const MAX_HEIGHT = 252 20 20 21 21 func getSixelArea() (int, int, error) { 22 22 oldState, err := term.MakeRaw(int(os.Stdin.Fd()))