Ivan Habunek

Results 102 comments of Ivan Habunek

That's strange. Twitch-dl should not use much memory since VODs are saved to disk and not held in memory. I don't have windows installed so can't really experiment with it....

If anyone is running WSL, I'd love some help debugging this issue.

Hm, WSL stores `/tmp` in memory? That's unexpected. You could try moving the temp dir which twitch-dl uses to somewhere on disk. For example in your home dir: ``` mkdir...

Sorry for the late reply. This was requested by some package maintainers. Apparently the tarballs generated by GithHub are not immutable, and can sometimes change in the future. They wanted...

Ah, it's debatable. I'm not very experienced in packaging and the needs of maintainers. This was requested and it's not a big problem for me, so I'm doing it on...

See, already [I'm getting complaints](https://github.com/ihabunek/toot/issues/149) about files not being in the right place. :D My problem is that I'd much rather pour my time into developing toot instead of juggling...

Planned, but not as simple as it sounds since there is no single way to interact with the clipboard across various operating systems. Each has its own problems, and I...

fcntl is not supported on windows. If you want to run `toot tui` you can try using [WSL](https://docs.microsoft.com/en-us/windows/wsl/), although it might be overkill if that's the only thing you're using...

fnctl is used by [urwid](http://urwid.org/), which is used to build the TUI. I haven't really looked into how it could be made to work on windows.

The media action is really not very well implemented. I'd prefer to leave it undocumented until this is done in a better way. And that is probably blocked until some...