Vladimir Bauer

Results 54 comments of Vladimir Bauer

I've tried with both 'Compatibility Layer' option on and off. It fails at step: `CFLAGS="-idirafter/$(brew --prefix e2fsprogs)/include -idirafter/usr/local/include/osxfuse" LDFLAGS="-L$(brew --prefix e2fsprogs)/lib" ./configure`

This sounds like closing escape sequence is not applied.

Implementation of `Ewma` prefixed decorators is delegated to [ewma](https://github.com/VividCortex/ewma) lib. So if you decided to use it I kindly recommend to read its documentation thoroughly. If you need a quick...

Implementation assumes that (string width = bytes width), therefore it's going to fail with non Latin strings. Try it for example with `Россия великая страна!` string to see what I...

> I am not sure I understand the point of WithWaitGroup if the below code works the same without needing it. Can you explain? When you apply `mpb.WithWaitGroup(&wg)` it means...

Following is not related to your question just some little error handling review. Do you really need to handle all possible errors? Usually it's enough to handle first error and...

I have to deal with bogus ISP which intercepts all dns queries. Its dns server may answer correctly to normal query but injects invalid answer for CNAME, see below queries...

Not a fix, but you can try alternatives like: - [kks](https://github.com/kkga/kks) - [kamp](https://github.com/vbauerster/kamp)

The impl cannot recognise Interface from aliased package, check this out: https://github.com/fatih/vim-go/issues/1313

Any idea how to fix under tmux?