Philippe Vaucher
Philippe Vaucher
@tarsius: I'm not sure what the best behavior would be to input repeatable options. @gitonthescene suggested we press `e` then input `FOO=123`, then we press `e` again then input `BAR=456`,...
No worries, don't hesitate to ask if this was unclear, I can make a simpler explanation.
@joshbax189 if you want to tackle this it's probably the next thing where people complain a lot (see #137). See my previous comment about possible options, I think we first...
That seems to be a bug in `shell` or `eshell`. Any idea how to fix it?
Works for me 😄
I'll give a try with this `openresty/openresty` image. If you could make a testcase that'd be great.
I think it's a lot of work and maybe that would be better in lsp-mode as suggested on the reddit post. For sure I don't have time for it, but...
> There is https://github.com/Silex/docker-api.el by the same author I don't know why he decided to use the `docker` cmd line instead. See https://github.com/Silex/docker.el/issues/2 Using the API means reinventing a lot...
Good catch, it's beause it uses TRAMP (https://github.com/Silex/docker.el/blob/master/docker-container.el#L138) So basically one of the fix could be to use TRAMP multi-hop method and add another `sudo:` to the TRAMP url... but...
Does the message appear in `C-h e` ? But yeah, basically I need to work on #4 which would allow to show these errors. I'm currently working on something else...