-
Hi, in earlier versions of the API (until 6.0.0b4), when making a request on some items (e.g. WorkItems, Test Suites, ...), you had a response object with a `value` and a `continuation_token` that yo…
-
(_yapf 0.30.0_)
I would like the following code to stay as-is, i.e. the arguments (and the condition) should be indented by 8 spaces, but _yapf_ indents them with 4 spaces.
```
--- src/thing/co…
-
Initially reported in the androidx build:
```
> Configure project :annotation:annotation
w: New 'wasm' target is Work-in-Progress and is subject to change without notice. Please report encountered is…
-
**Describe the bug**
When an `RPC Error: Internal JSON-RPC error` occurs, the result of the message is displayed in the terminal.
In the current release, an error message is displayed in the termina…
-
Resilience4j version: 1.7.1
Java version: 16
kotlin version: 1.5.30
`@CircuitBreaker` does not work with bean suspend functions even when it boasts Kotlin Coroutines support.
First, `Fallback…
-
This is not a planned feature, at least not yet, but this issue tracks how `parameterize` could work if it were implemented as a `suspend` block that resumes from each `parameter` instead of re-runnin…
-
### Background and motivation
We got new `ValueTask` types earlier in .Net Core to avoid unnecessary allocations. It covered cases for synchronously-completed tasks and reusable task states. Also w…
-
Hi, I'd love to propose that we add support for suspending functions to SQL objects. It's a missing piece in making SQL objects ready to adopt in Kotlin + Coroutines world.
```
interface MyDao {
…
-
## Idea
So far in the (global) continuation methods, the attractors are matched by some arbitrarily-defined distance function between them. This is quite nice, but isn't necessarily the best method i…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…