Kyrylo Yakymenko

Results 17 comments of Kyrylo Yakymenko

`retype` does the trick, thanks! I've noticed, however, that the actor behaves differently now that it's untyped internally. I am trying to debug a scenario when the actor crashes during...

@Horusiath Here is a (somewhat verbose) test to demonstrate the discrepancy: https://github.com/Yakimych/Akkling/commit/ad12da960599773336eb826cc3067e4d155f74a9 When I run the test for the untyped actor in Debug mode, I can see the following events...

You are right! After debugging a bit deeper, I can see that an exception is thrown in the `__.Next` method after matching on `JObject`, at `jobj.ToObject` first, since for untyped...

Ok, that makes sense. I guess the question for Akkling specifically is whether we can do something to improve "debuggability" and help the next person who runs into this issue,...

No worries. Yes, some ❓ -icon or similar is what I had in mind. Maybe some funny "confused" smiley with a tooltip that says "What does this mean??".

As a suggestion, this could be done when clicking on the Author Name when viewing the list of citations.

Could it be the same reason as in this issue: https://github.com/oliviertassinari/react-swipeable-views/issues/228? You could try setting `ignoreNativeScroll`, that was implemented in the linked PR, and see if it solves the problem.

Hello folks! We ran into this during a mob session the other day, and it wasn't trivial to understand the issue. Even debugging generated code did not give any hints...

Ok, good to know - closing this then, thanks @isaacabraham! Feel free to ping me in case you would like to test out a PoC or share ideas on how...

Oh, in that case, is it ok to just reopen this one? What kind of API do you have in mind? I am thinking naively, something like a `customJson` or...