freynder

Results 9 comments of freynder

Hi, this is still an issue. As I understand it the `--redeploy` option will cause a forked process to be launched. `gradle` only terminates the parent process in Windows. As...

> I could get it to work for at least `Option` (this code needs to be in a module without kapt, for reference, see this: [Kotlin/kotlinx.serialization#1562](https://github.com/Kotlin/kotlinx.serialization/issues/1562)) > > ``` >...

> Ok, so I've added a tag `false` into the WinSW Xml configuration file to disable auto-refresh. And it works! I can start/stop/restart the service now, and no other issues....

Hi, I experience the exact same issue. Versions: kotlin: 1.8.10 wire: 4.5.1 refreshVersions: 0.51.0 gradle: 8.0.1

Debugging showed that the plugin tries to call extension function ClassLoader.asResourceFileSystem() which is defined in okio:3.0 . Somehow RefreshVersions prevents this dependency to be loaded it seems. ``` Caused by:...

Same issue here in Win 10 with automatic configuration script (.pac url).

https://github.com/vert-x3/vertx-stomp/pull/86 includes a fix for this.

@vietj I'm interested, but looks like this is not a small task and may require core breaking changes as well (to support on the receiving side): - `receiveFrame` function in...

I think you also mentioned performance as one of the reasons for implementing it using a MutableMap structure. The specification regarding headers is rather general, using wording as MAY and...