-
I've just tried to update my apps to the ksoup variant with ktor3 since ktor3 is now stable. When trying to build my Android app I've gotten the following:
```
ERROR: R8: Missing class io.ktor.uti…
-
I guess failing here from the build file
```
HostManager.hostIsLinux -> linuxX64("native")
HostManager.hostIsMac -> macosX64("native")
else -> error(…
-
Ten server už přerostl svoje možnosti a je potřeba ho do něčeho přepsat. Chtěl jsem tam teď něco opravit a uplně jsem se v tom zamotal. Je to původně napsané v ExpressJS. Ten je ale dost low level a b…
-
# Problem
When we define a route with a home-brewn RouteSelector, the `RouteCollector#getPath` function generates a double-slash in that place.
# Demo
I made a test-case that shows the problem in…
-
-
As Kotlin 1.3.31 now can build for 32-bit windows - I decided just switch windows build to 32-bit, and drop support for 64-bit windows, at least for now.
Do not see any reasons for 64-bit windows exe…
msink updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
There may be scheme specific functionality that will not be covered in tests if the test scheme differs from the production scheme.
…
-
While [Ktor doesn't support Kotlin/Native yet](https://youtrack.jetbrains.com/issue/KTOR-746) maybe the Kotless DSL can be ported. I do believe it will reduce cold boot times and costs, maybe even fun…
-
We aren't very happy with the state of the current Json API, the akka-http libraries we use are a bit hard to read and maintain (and tests are a bit lacking).
It would be interesting to rewrite the…
-
Use UsersTable to handle JWT authentication.
Find a way to easily restrict HTTP actions to specific role.