Eugene Yaremenko

Results 107 comments of Eugene Yaremenko

@danownsthisspace Suddenly :shipit: This is how you serve and build docker image with Heroku (some deps.edn memes) :smile:

We are sorting out bindings in Spacemacs and this feature will be very welcome.

@caowencai most likely it's container and host user permission conflict. Make sure that user 1000:1000 can access the mounted folder (on the host) or build the image with a different...

@singlaive But if you build vim-bundle it works fine? I haven't re-built the images for a while. Mb it's a new issue with next vim/deps versions.

@singlaive You can try running it via mosh. See https://github.com/JAremko/drop-in It should help if it's some kind of terminal compatibility problem.

@singlaive Also try setting env variable `TERM=xterm` or mb `TERM=xterm-256color` via docker's `-e` run-flag.

@VarunBatraIT PRs are welcome :wink:

I think your Palette settings are wrong. @marlonbymendes This works for me ![https://i.imgur.com/94wM7LH.png](https://i.imgur.com/94wM7LH.png)

@bobblkabb You both should use `Soarized` Palette :rainbow: Look at @marlonbymendes 's palette and mine (I selected `Solarized` in the drop-down) - the colors are different from his.

Alternatively you can: - try adding `run ... -e TERM=xterm ...` to the Docker command and see if it ok-ish for you (but first make sure that your image is...