Vartan Babayan

Results 4 issues of Vartan Babayan

Added a new source to empower everyone to solve tricky C++ quizzes.

Refactored `python/lib.c` and replaced all combinations of a pointer and length with `sz_string_view_t` Covers `File` and `Str` structs

The `Debug` implementation for `Session` omitted new fields - This patch includes all current `Session` fields Fixes: #954 ## Pre-review checklist - [x] I have split my patch into logically...

**Bug description** According to the [Tarantool docs](https://www.tarantool.io/en/doc/latest/reference/configuration/#confval-checkpoint_count) setting `checkpoint_count` to zero should disable garbage collector for old snapshots. While in the cli, when we set `checkpoint_count` to 0 we get...

bug