Results 88 comments of Robinson

I like the detailed questions! It was just a lot to answer all at once. I'm working on `module-info` right now for the `Executor`. By the way, all the jars...

They will be strongly named. It won't be a FQDN, mostly since I own all dorkbox.(primary) and some .international domains -- it will reflect the package name, so it will...

I'm not sure what is causing this issue, but if there is a fix, I'm interested in what that is.

We now hide GTK warnings (such as this) for non-debug builds, so this should never be seen in production.

We now hide GTK warnings (such as this) for non-debug builds, so this should never be seen in production.

Any reason why https://github.com/Kotlin/kotlinx.coroutines/pull/2901 has not been merged yet?

It has been…. 5? years since the release of JPMS, and it has been 6 months since a fix has been posted. Can _*SOMEONE*_ please merge [#2901](https://github.com/Kotlin/kotlinx.coroutines/pull/2901)? “Hacking” JPMS for...

If you change the environment variables in windows to move SSHFS\bin **ABOVE** the windows SSH bin directory, it works.

I think @3xp0n3nt is right on. Decoupling is the entire point of pub-sub, and we should prevent abuse of this pattern. However, I think that it is reasonable to state...

> I don't think the bus.hasListenersFor(Class) really works - there would be too many occasions where a listener is not actively subscribed. I agree, I think what @GUIpsp and @3xp0n3nt...