Results 87 comments of Adrian

Yes, clj-media relies on ffmpeg 6. Unfortunately, there's not really a painless way to make native dependencies for linux "just work". At least, not that I'm aware of. I'm not...

Sounds great. Would love a PR! > 1. allow user to specify which shell to invoke via a :shell option > 2. else use value specified by SHELL environment variable...

I just had a thought that it might be interesting to boot directly into emacs and afaict, it works! https://github.com/phronmophobic/membrane.term/commit/bc5072fb044c8a8796b196951904e8ef4e8ec572 One idea I've been kicking around using membrane.term as a...

Not all emoji are 2 cells. For example, any of the emojis that use the zero width joiner: https://tonsky.me/blog/emoji/#zero-width-joiner. If you try: 👩‍✈️. You can actually see some pretty funny...

Yea, that makes sense. It could potentially be useful for the use case you mention of taking screenshots for cli tools. You can bypass the shell and skip to the...

I'm pretty open to adding dependencies that solve problems. Obviously, if it's incredibly huge, it's worth thinking about, but that's very rare for clojure libs.

> We'll have (assume the clojure -M... prefix, replace --cmd for :cmd for -X usage): > > run-term (cmd defaults as proposed for shell option - with -l) > run-term...

> The convenience might turn out to be inconvenient/problematic in some cases. > I shall ponder more on this. For the cli, I think it's ok if to not support...

It's been my username since middleschool, but the original definition I read was that phronemophobia is the "fear of thinking". I definitely have a tendency to over think things :D....

> Sound good to you too? Sounds like a good plan!