hackerb9
hackerb9
This is a good idea. I also suggest that five balls should be the default as that is more true to physical pinball machines.
I hope @dpayne takes up your offer. Also, do you know what the process is for getting Debian to officially package cli-visualizer? It's a tad silly that people have to...
> if 3c509 can work with 64KB or 256KB, maybe the CONFIG utility should also try to work within that constraint. I agree that that would make sense. Have you...
Any progress on testing the driver with 64K/256K RAM?
Good job! I'm also surprised about TELNET not working, but I think your guess is correct (statically allocated scrollback buffer seems plausible). You said netcat works, so you should be...
How odd. What version of ImageMagick are you running? ```bash convert --version ``` Are you able to view the images using `convert`? ```bash convert test.png -geometry 800x500 sixel:- ``` If...
I'm glad ImageMagick works from source, but it's very weird that it doesn't work out of the box. I'd like to track that down. I've examined [Ubuntu's ImageMagick configuration files](https://packages.ubuntu.com/focal/imagemagick-6-common)...
Thank you. It is not a security issue. If I recall correctly, it was a workaround for the way ImageMagick treats files that have a colon in them. I can...
Can you please be a little more specific? How did you try to use sixel and how did the command fail? Were there any error messages? If the `convert` command...
In the error message, at the last line it should say "Please mention device attribute codes: ...". If you see a "4", then there is a bug in `lsix`. If...