Georgy Moshkin

Results 10 comments of Georgy Moshkin

This issue is addressed in [my pull request](https://github.com/swaroopch/byte-of-vim/pull/4).

@alyapunov might you have a free minute to look over these changes?

> Thanks for the patch! LGTM, the only thing - public visible change must have a github issue to which the pull request and commits must be linked to. Done

> Note that you have lint / checkpatch failing. Done

The failing checks are `Can't find action.yaml` x2 and `clone into submodule path failed`. I don't see how my PR caused those.

Duplicate of https://github.com/tarantool/tarantool/issues/9296 There's a test case attached and an explanation of the source of the bug. There's also a PR with a fix linked.

Hey guys, anybody wants to merge this anytime soon? I'd really like to use this in my work!

Thanks for the reply! So am I correct to understand that the only reason `RawNode::step` rejects the `MsgSnapReport` is because you want the snapshot to be handled more explicitly than...

Hi, thanks for the patch! Could you explain, how are the provided SQL commands related to the test? > CREATE SEQUENCE serial_01 CYCLE; > SELECT nextval('serial_01'); > DROP SEQUENCE serial_01...

Also please update `CHANGELOG.md`, we try keeping it up to date with every merge we make into the master branch.