Pavel Kunyavskiy
Pavel Kunyavskiy
I think keeping in one place, and adding new keywords just using russian/english translations for languages person don't know is ok. Mostly, new keywords are very specific, and can be...
Hi! I had a small look on your segfault using lldb, and it shows a crash inside your ObjectiveC code, not inside kotlin code. ``` * frame #0: 0x0000000100f7b6f9 test.kexe`std::__1::__shared_ptr_pointer::__on_zero_shared()...
Well, as see, changes should be detected,but then merge will fail (because it uses diff3). I have no good ideas how to merge files, if no merge-tool configured. Maybe, i...
To be honest, the format is close to one i use for developing problems without polygon. Seems it's better to make this configurable. I should be able to configure directories...
Well, it's may be not very good, but intended solution. This is need to not writing full paths all time. I'm not sure it's easy to fix it. Any way,...
> @kunyavskiy Do you mean something like https://doc.akka.io/docs/akka/current/stream/operators/Source-or-Flow/conflate.html ? Yes, thanks for the nice example of the already existing API in another project.
Will it parse something like `2024-3-07`? I'm not sure if Padding.NONE allows having padding. But I agree, that reusing for both formatting and parsing is not a common case.
I've failed to reproduce it. Maybe the difference is in java 19 vs. java 17. Also I'm a bit confused with `error: release version 11 not supported`
I still have no idea how to reproduce it. But I've converted it to koltin, and simplified the build. Maybe some of this will help.
Yes. It's probably also reasonable to choose between throwing an exception from collect and resubscription, I see use-cases for both. Either of them solve my use-case.