Ben Elgar

Results 13 comments of Ben Elgar

+1 (for the sake of the bot) I would find it useful and, judging by the duplicate issue opened 11 days ago, I'm not completely alone.

I had success with adding the following to my Neovim config: ``` function! OpenZippedFile(f) " get number of new (empty) buffer let l:b = bufnr('%') " construct full path let...

Yes, I've experienced that. I'm afraid I'm not quite sure why and I haven't spent the time to figure it out. 🙃

Docker generally leaves containers around after they've stopped running so that you can go and inspect them afterwards. That seems pretty reasonable but I'd be okay with cleaning them up...

What would we consider a good solution to this? Should we just adopt any volume that happens to have the appropriate name?

Oh sorry, I understand. This is about volumes and networks with the same name _as each other_. I thought it was about conflicting with docker compose.

Yes, it appears to still be true. My expectation when running `exo run` would be that it only displays logs for the current run. I wouldn't expect it to display...

Binding to 0 seems reasonable to me — though I think I'd prefer just binding to a much less common port. That would mean that our URLs were stable. It's...

I'm hoping #528 improves the fish use case.

Hi @arrdem! Thank you for reporting that. I believe I've successfully reproduced and pushed a fix here: https://github.com/deref/exo/pull/540