Sergey Mashkov

Results 19 issues of Sergey Mashkov

At the moment, `Deferred.getCompleted()` and `Deferred.getCompletionExceptionOrNull()` are experimental and marked with `@ExperimentalCoroutinesApi`. The functions above are useful for polling and accessing the deferred result from a non-suspend context where it's...

enhancement

We have continue support in netty however it shouldn't be done like that: we have to respond continue (to allow client sending request body) only when handler tries to access...

enhancement

It should be a way to make ktor application start immediately at deploy (load-on-startup=1) without web.xml configuration

```kotlin class Example { private val a = atomic(null) private val something: Any? = "here it is" fun f() { a.compareAndSet(something!!, null) } ``` ``` Example::f: Unsupported branching/control within atomic...

bug
compiler-plugin

Adding common dependency to a native module causes Gradle plugin to complain about it for **every** module. In ktor, it generates a huge number of warnings so one wouldn't be...

bug

It looks like you don't use IDEA's proxy settings so it doesn't work. Also the whole IDE hags in this case because it couldn't connect.

enhancement

For libraries one would need to generate `package.json` but don't need to install modules (discussed in issue #8)

enhancement
npm

We need kdoc for DSL functions. Most likely we can extract it from somewhere

documentation

Unsafe content support for DOM JVM as per #6

enhancement
JVM