Sergei Andronov
Sergei Andronov
In original vim when we add new line by `o`, they auto indent. But if we exit to normal mode spaces are deleted and vim leave empty new line. vim-mode-plus...
Atom 1.21.2, vim-mode-plus 1.15.0, Macos 10.13. Just a small visual issue. Type c s in the first string of file and can't see which symbol will be change: ![2017-11-01 14...
This is a paired PR with the PR to BT core: https://github.com/bullet-train-co/bullet_train-core/pull/1160 It only makes sense when they are both included in the same release. ### What is included in...
This PR addresses concurrency issues where simultaneous updates to the same record could trigger a PG::ExclusionViolation due to overlapping validity ranges. ## Key Changes & Technical Details: Fix `PG::ExclusionViolation`: Added...