-
-
### Problem Description
The Kotlin StdLib contains a function named `runCatching`. It tries the provided lambda and catches any `Throwable` that is not caught or thrown by the lambda.
However, usi…
-
Hi,
when I try to build I get this error message,
I tried multiple configurations of gradle I found online, but nothing works...
this is the message:
* What went wrong:
A problem occ…
-
With the provided examples/ktor application the following mutation results in an HTTP 500 error:
```
mutation {
createUFOSighting(
input: {
country: { city: "", comments: "", countr…
-
We have an automated vulnerability check in our build pipelines.
They started failing on Monday due to the above CVE in `ktor-client`
The issue is fixed in Version 3.0.0
See the following advi…
-
## Background
Cold starts and Java functions have always been a bad combo.
A scheduled auto warmer does not fully resolve the issue of cold starts. Concurrent calls will still see cold starts des…
onema updated
4 years ago
-
Thanks!
-
**Describe the bug**
If the injection is defined as part of a route it will not find the class.
**To Reproduce**
Define something like:
```
fun Route.account() {
route("/account") {
…
-
## Steps to reproduce
1. Start a basic Tornado HTTP/1.1 server.
2. Send it a request with an invalid method:
```bash
printf '\x22\x28\x29\x2c\x2f\x3a\x3b\x3c\x3d\x3e\x3f\x40\x5b\x5c\x5d\x7b\x7d\xa…
-
### 问题描述
ExceptionInPacketCodecException(cause=java.lang.IllegalStateException: Received unknown oicq packet type = 32, command name = StatSvc.QueryHB, ignoring...
Please report this message to http…