Ivan “CLOVIS” Canet
Ivan “CLOVIS” Canet
@jmrgibson Your approach seems very similar to mine (in the PRs linked in the original comment of this issue). The main differences are: - I integrated the Python types directly...
Thanks for the update, it's great to see how this is moving. First, as multiple people have mentioned before, I'm not a fan of the `summon` name, and would be...
There are other issues that give a similar stack trace, but they all seem different enough that I don't feel it's right to add my case there. ### Similar issues...
@dima-avdeev-jb I'd like to, but I don't know where to start to minize it. If you have any idea of what could be related, please tell me.
@stevepopovich I think there are multiple root causes. Are you using composables declared in interfaces? In the case described in this issue, it happens 100% of the time, even if...
That's great news! Thanks a lot.
Ahah, I understand your points. You're right, the workaround is easy (at least for developers who understand Git well). Feel free to close this as duplicate if you want to.
I see, so the `platform` project also declares the version constraints for plugins? Doesn't that create a risk of confusion between regular dependencies and plugins?
> And you could say, from that perspective, that a plugin is just another Java library that you only use in your plugins. That's true, but it's also a very...
> I haven't looked at the details, but isn't coroutineTestScope (which introduces its own notion of time) inherently incompatible with using Kotest's timeout configuration, It does introduce its own notion...