Dmitry Cherniachenko

Results 29 comments of Dmitry Cherniachenko

@Keith94, The workaround with the extra addon does work. But it still causes annoying tab bar scrolling (I have a LOT of open tabs). It first scrolls to the top....

+1 I don't want to look through all the Studies, Taxes, Housing, etc. to find the Salary category when registering an income.

Btw, it probably don't have to be different fonts. There is a concept of "stylistic sets". So one could toggle different font options to get the preferred result. For instance...

I have the same problem. And would like to suggest a different way to address it. Deprecate ``. And add instead more versatile `` and ``. Then it would be...

Here is my case. I have about 10 modules that all need to build identical Docker images (except for the modules' code, of course). So I wanted to describe the...

Here is another example when folding a line break makes readability worse: Original: ![image](https://user-images.githubusercontent.com/11509875/36095914-608e2756-0ff4-11e8-8cc3-0b5d961e492e.png) Folded: ![image](https://user-images.githubusercontent.com/11509875/36095931-74b13494-0ff4-11e8-9967-28c7bcbab381.png)

But why is the whole string folded? Can't just the escape sequences be folded individually? Is it also due to some API limitation? I would say that keeping the caret...

It looks #103 is about the same problem. Feel free to close it.

Some Java (as in 'non-Android') logging frameworks also support "format pattern" feature. For example, in SLF4J: `logger.error("one two three: {} {} {}", "a", "b", "c", new Exception("something went wrong"));` So...