Alexey Sviridov

Results 9 comments of Alexey Sviridov

Текущая логика по моему у каждого своя, кто-то чаще смотрит огромные логи, а кто-то файлы исходников, не? Плюс Colorer же навешивается насколько я помню по расширению, почему *.cpp или *.java...

Да, воркараунды есть. Да что далеко ходить, можно [bat](https://github.com/sharkdp/bat) поставить и его навешать хоть на Alt-F3, а можно в конце концов и в главное меню добавить. Но ишью по моему...

Все так, в конце концов кому надо - клавиатура в руки, это опенсорс, так это работает :)

Example usage - https://github.com/fred01/TestStreams/blob/master/src/main/kotlin/Main.kt

Same with GRPC/Protobuf generated entities, they bloated with service fields, so eventually it's better to avoid use mapStruct and manual mapping instead ignoring bunch of target fields. Maybe consider adding...

I think you should use custom ArgConverter to convert your string date to Date

Do I need update API dumps if jvmApiCheck is passed?

> I think much better use InputStream (decodeFromStream) + define custom serializer for BASE64 element > > In serializer you can use [https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html](Base64InputStream) (from apache or android core) > >...