Results 5 issues of Sergey Kazmin

Added support for loading certificates from the Keychain on MacOS, similar to Windows. I have tested it in my project and it works. I am not sure how to properly...

Hi! Is it possible to improve Pin Mode so that you can pin any application by keyboard shortcut at the moment when it is necessary? For example, how it is...

During the process of calculating the tree-to-tree diff, all trees are expanded and leaf entries are compared. This can be a performance hit because the algorithm complexity becomes O(all files...

Предлагаю добавить в стандартные концепты всё, что упомянуто в списке [Named requirements](https://en.cppreference.com/w/cpp/language/constraints.html), которые используются в стандарте. Cpp Reference даже заявляет: ``` Some of these requirements are formalized in C++20 using...

### Описание идеи Хочется расширить концепты _tuple-like_ и (транзитивно) _pair-like_. Сейчас этот концепт очень рестриктивен – тип должен быть специализацией одного из стандартных шаблонов: `std::complex, std::array, std::pair, std::tuple, std::ranges::subrange`. Предлагается...