Mikhail Matrosov

Results 14 issues of Mikhail Matrosov

Concerning "C.35: A base class destructor should be either public and virtual, or protected and nonvirtual". I suspect this recommendation only makes sense for polymorphic hierarchies, which should be explicitly...

It works just like `merge` command, but instead of merging the specified branch into the current, it merges the current branch into the specified. When on branch `src`, the result...

**Is your feature request related to a problem? Please describe.** There is no way to pretty print a `simdjson::dom::element` to a string (or at least I did not find one)....

good first issue

`simdjson_result` is a very transparent structure. It can be implicitly treated as an array with `at()` and `begin()/end()` members, or it can be treated as an object with `operator[]` member....

Take this `input.adoc` file: ``` :sectnums: :xrefstyle: full Full style: :xrefstyle: short Short style: :xrefstyle: basic Basic style: [[LinkedHeader]] === Linked header ``` Here is how it is rendered: ![image](https://user-images.githubusercontent.com/3617951/90496465-85fefa00-e14e-11ea-93f3-d0c792e5a84b.png)...

enhancement
area/docbook

Maybe I'm stupid, but I've spent around 10 mins trying to find the list of supported options. Namely, I was interested in how to control the indentation. I gave up...

enhancement

Take a look at this code formatted with default settings: ``` install( FILES log_handler.cpp DESTINATION "usr/local/bin" COMPONENT bin) ``` I would prefer it not to be wrapped at all. I...

## Description In the preview pane, the reference to a header is not rendered correctly if the header is defined below and is used in another header. ## System Information...

🙃 upstream

Could you please add slides for "Going Nowhere Faster" by Chandler Carruth?

I've just installed clangd on my VS Code and it suggested I download `clangd` server. I agreed, but this led to multiple compile errors. For instance, for this code: ```...

bug