Petter Måhlén

Results 21 comments of Petter Måhlén

Or, more precisely, what is the problem it's supposed to solve and how does it solve it?

That sounds like a generally useful feature - would you have time to provide a PR? It's not likely that we'll be able to invest time into implementing it. I...

@udoprog isn't this PR about making it easier to solve the problem you're referring to? I'm not sure I understand the reasoning behind your objection. I feel like this feature...

what @spkrka said - this helps you move the error handling from when you invoke an async method to when it returns/helps you avoid duplicating that error handling in both...

So, I have previously come to the same conclusion as you: that to handle exceptions perfectly in situations like this, you need to both catch and handle exceptions thrown on...

Yes, this is how the Maven plugin for japicmp works, and it's very useful.

1. No, Mobius isn't compatible with KMM. It could be (and ideally should be), but we haven't had the time to invest in that. The non-platform-agnostic parts of mobius-core that...

I don't understand the question I'm afraid - 'middleware' can mean many things, and so can 'hooks'. Could you explain what your use case is, and what you're trying to...

In Mobius, you would typically do that using EffectHandlers. Mobius is different from Redux, for example in how it separates Events from Effects, whereas Redux just uses Actions. So if...