Christian Legnitto

Results 230 comments of Christian Legnitto

Just wanted to comment that I am very excited for buck2 🚀

https://github.com/facebook/buck/pull/2685

We should use https://docs.rs/portable-pty/0.4.0/portable_pty/ as it is more modem and supported

I think it could go in this tool. I see two logical entry points: 1. For new recordings: `asciinema rec /path/to/file.cast --format gif/svg/whatever` 2. For existing recordings: `asciinema convert /path/to/file.cast...

Some quick notes after investigation: * I think the best way forward would be to use https://github.com/jwilm/alacritty to parse and render the tty. There appears to be a way to...

I've been poking at this and have been able to render a static image using `alacritty`. There are some outstanding issues but nothing that can't be resolved, so this is...

Update: I got gif support working, including clamping to 60fps and having proper duration between frames to keep file size down: ![output](https://user-images.githubusercontent.com/368904/38284789-ed5b20b8-3771-11e8-8667-307c11f0c13d.gif) I'm going to clean it up a bit,...

Sweet, looks awesome! I'll look into integrating, the alacritty changes have stalled.

Ugh, I didn't test and assumed it would work. If https://github.com/mehcode/config-rs/issues/66 gets fixed, this will be supported. There is also a workaround mentioned though I would prefer to have ini...

On master I fixed the ini config file parsing by updating `config-rs` FWIW.