Marcin Kulik
Marcin Kulik
@flxfxp Notice that such disk usage (20MB -> 1GB) may be only the result of storing binary files which you normally should not store in git. Of course you may...
@mindctrl `bitpocket snapshot` would just do `git add` + `git commit` to master. Sync could could do one of two things: - rsync also internal git repository (con is that...
@kibiz0r Yeah, this is something that can work. The files that are being tracked by git would be excluded from rsync transfer. They would be sent to main repo with...
@rennis250 I'm not sure, I think rather not. But thanks for idea. Gitbox is built around Dropbox and bitpocket just around rsync.
@mcandre I haven't used emacs and I don't know how complicated the theme files are. Are you interested in implementing this support?
+1. Same here: http://travis-ci.org/#!/sickill/ascii.io/jobs/806154 How difficult would be to use FFI for native extension? If you consider FFI I may try to implement it and send pull request.
I've implemented a minimal virtual terminal in Rust for asciinema recently, for the purpose of integrating it into web player (rust-wasm) and screenshot generation: https://github.com/asciinema/vt-rs It's working nicely, although I...
Hey guys, asciinema dev here. Ideally, I would see asciinema-to-gif conversion implemented as I described in my comment here https://github.com/asciinema/asciinema-player/issues/24#issuecomment-217708694 . However, asciinema2gif is doing the job, and it's here,...
Note on using `asciinema` as an (optional) dependency. If we talk about asciinema command line recorder, then it wouldn't help as it's dumb recorder that has nothing to do with...
Hey! I built https://github.com/asciinema/asciicast2gif which supports both local files and remote URLs. You may want to check it out. I planned to base my work on either asciinema2gif or pettarin/asciicast2gif,...