Adrian Pistol

Results 60 comments of Adrian Pistol

Hey. I would love sixel support in alacritty as well. Have there been any attempts yet? Sounds like something I could try to implement, but unfortunately I'm pretty busy. Might...

If anything, implementing both is a good idea. Sixel has quite a few nice uses. It is not just displaying images. Plots for example: [Sixel backend for Python's Matplotlib](https://github.com/koppa/matplotlib-sixel).

I concur with the other people. It's 2021, 90s tech should be implemented by now. Kubernetes supports it, as does Calico. Now just microk8s needs to set the options. https://docs.projectcalico.org/networking/ipv6

Actually, it's not consistent there either, now it's been running for ~5 minutes.

Sorry that I marked it as a bug, not an enhancement, my bad. Yeah, I get it, I was thinking something like a frame limit, so it doesn't run for...

No, this is actually a feature, as we explicitly allow variable refresh rate. Effects that have no new content available shouldn't have to redraw with no change. ws2812b's really benefit...

Thanks to #33 we got threading done. Now we just need to implement some logging facilities, status and such. If we make it sufficiently high-level, we can do fancy progress...

Thanks to @20kdc, a majority of this is done! :tada:

Well, sort of. It allows you to write effects generically, one of the possible outputs is SDL2. You yourself can't use SDL2 functions in the effects, but you can definitly...