Matthieu S.

Results 67 comments of Matthieu S.

Actually seems that this is a problem on Ktor's side unfortunately, as they do not return the proper route on Location's Route.get() (at least in 1.6.8)

Created an issue on Ktor's side here: https://youtrack.jetbrains.com/issue/KTOR-4239/Locations-plugin-method-functions-does-not-return-correct-route

Hi! I'm not sure how your file is transmitted, but it could probably be something like this: ```kotlin data class VideoUpload( val file: ByteArray, // I'm not sure what this...

The only use of "linking a class" like this is for generating the schema. This is not needed if you manually create the schema like you're doing here. If you...

Actually, we don't make the call to `spawn` ourselves here as it's passed off to `foreground-child`. This is probably an upstream issue then? or maybe we should be doing a...

> Do you want to give it a try? I'd be happy to answer any questions or offer help if i can. Sure! I'll give it a shot.

Are there any plans to make a release yet? I'm running into this issue as well