Alexey Shevchenko

Results 38 comments of Alexey Shevchenko

it seems its solved in https://github.com/mhdhejazi/CoronaTracker/pull/134 ?

Hi @alphaCTzo7G , I am not 100% if it's possible to fix that by configuration change but I didn't used CtrlPTag with this plugin at all. I think it might...

@alphaCTzo7G > if you know of a replacement of `vim.eval` None that I know. The only thing that comes to the mind, maybe its possible to convert BOM to non-BOM...

@sgon00 [sgon00](https://github.com/sgon00) works for me, thanks ! Any reason to keep this line in a source code?

I was hoping to find a release page today. Sadly have to do it via browser

Workaround: ```bash flock_ex() { set +e man flock | grep -q "\-x" NON_LINUX_FLOCK=$? set -e if [ "$NON_LINUX_FLOCK" = 1 ]; then flock /tmp/docker-up.lock $@ else flock -x /tmp/docker-up.lock -c...

@kshcherban the best way, thanks! I also like to use `--merge` instead of `--recursive`, it persist current branch in submodule.

I think he is [using lambda](https://github.com/mrjgreen/aws-docker-swarm/blob/e58450a4501c57c907115e40b4207c3c73c21694/main.tf#L68) to update DNS, instead of load balancer, to safe costs. PS. I know you've asked 3 years ago, but maybe someone else will come...