Dmitry Serdiuk

Results 6 comments of Dmitry Serdiuk

--noResolve argument for TypeScript compiler seems to fix this. But it might be not an option for some users, I guess. https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html

I've found the logic responsible for quoting in formatting.rs and I see that it's hardcoded. I would like to rephrase my question to whether you would consider making this customizable?...

I see your point. In my case, equals sign is quite often present in especially debug-level messages, as those message often include string representations of different objects (which often look...

In our logs, roughly 20% of message contain equals signs, and when I'm scanning the screen vertically along the edge of the line where all messages begin, it looks roughly...

Awesome choice! I like how it looks :) Thanks for your attention to my suggestions. Suffixed options does indeed look the most readable and unambiguous, perhaps it could even be...

I've found that replacing a `highPriorityGesture` in the library with a simple `gesture` works better in a ScrollView. Also set `.swipeMinimumDistance(30)`.