Oleg Morozenkov
Oleg Morozenkov
from @enhanceyourlifeimmediately: ``` Building for Windows: 0. If you're doing Windows dev and not using vcpkg, start using it! : cpp https://www.reddit.com/r/cpp/comments/5ud9sr/if_youre_doing_windows_dev_and_not_using_vcpkg/ 1. Vcpkg tutorial - Install C and C++...
- [ ] Test tool - [ ] Use Travis CI secrets to store token
- [ ] utf-8 -> cp1251 - [ ] utf-8
Go 1.13 -> 1.16
Change replica detection from using function `box.cfg.read_only` to `box.info.ro`. Function `box.info.ro` can be true in case of autofailover-leader change, but `box.cfg.read_only` may not. Reference: 1. Lua-function `box.info.ro` calls C-function `box_is_ro`:...