Artem Kobzar

Results 150 comments of Artem Kobzar

The difference is in the fast understanding of which errors can be caught by the `try..catch` block. If you will see only `unknown` type, it gives you nothing, but, if...

I understand your position and also I agree with that. (Actually `unknown | T` should be `unknown`). But I don't know which way is better for informative hints in `try..catch`...

Hi @pirix-gh. For now, I don't know how to implement it safely, because we need to have some special collection type which will be converted to applied arguments. But, I...

Okay, we will try to implement it :3 Thank you for the proposal.

Hi @AlexXanderGrib Thank you so much for this amazing PR. There are a few discussing points, but, anyway, it's so useful. Waiting for you response, and one more time, thank...

Hey. Thank you so much for the PR. Unfortunately, I've already implemented it. But, without the coolest mechanism of providing extra arguments by `map`, `chain` proposed by you. I want...

Sounds really good. It looks like an [`Identity` monad](https://blog.ploeh.dk/2022/05/16/the-identity-monad/).

Hello @wuseal. No, the project is in development and Kotlin/JS team didn't drop it. We are focusing now on the develioment of new Kotlin/JS compiler to make it stable, and...

Thankfully, my family is safe, they are still in Ukraine (Kharkiv), but everything is alright. Thank you a lot for your attention 🙏

Hi @AlexXanderGrib. Thank you for the proposal, it looks great. I want to know a little bit more about the use cases of each bullet because it's hard to understand,...