-
Hi
When I run the sample project from Intellij "Development Run" I get
```
BUILD SUCCESSFUL in 2m 8s
12 actionable tasks: 10 executed, 2 up-to-date
Waiting for changes to input files of tas…
-
I cloned the repo and ran both services (`./gradlew backend:run` and `./gradlew frontend:run`)
Both servers start successfully but it seems the backend is unable to load the resource : `/frontend/f…
-
On the long term we might want to offer an other way to select the targeted generator.
Probably with multiple switches (to be defined more precisely):
* language
* generator type
* framework
*…
jmini updated
6 years ago
-
establishing proper, transparent oauth2 support in ktor.
-
ktor [supports](https://ktor.io/docs/oauth.html#install) various kinds or oauth2 backends. In order to support those we would need to be able to configure the backend to use with client secret etc.
…
-
Runs into issues
```
Execution failed for task ':runDebugExecutableNative'.
> Process 'command 'D:\projects\ktor sample3 embedded-server-native\build\bin\native\debugExecutable\ktor sample3 embedde…
-
# Description
After some research I found that's possible to create really small images in Java using Graal VM. Today we are being able to create a 187mb image for the server and Graal VM native imag…
-
I'm facing an issue when tried to do any logging in JS in a KMM project.
I'm using the latest **0.16** version of canard, see excerpt from the build.gradle.kts
```
val commonMain by getting {
…
-
**Library Version**
7.0.2
**Describe the bug**
A deadlock occurs when calling subscriptions in `graphql-kotlin-ktor-server` if a suspendable function is called (that actually suspends execution) …
-
What could we do to optimise the kotlin scripting experience?
https://github.com/yschimke/okurl-scripts/blob/master/commands/rsocketTcpProxy.main.kts
1. single maven dependency to import to brin…