-
**Describe the feature**:
I was looking at how the asynchronous requests work in the RestHighLevelClient and noticed that there currently is no way to abort a request. Apache HttpClient has an …
-
![Example](https://i.gyazo.com/b188d4d936b790cbc6b5d200d3ae57c3.png)
No matter what I set the payload to it only returns empty bytes in the return array. Is there something I'm missing here?
-
## Environment
- Agent:
private agent
OS: Ubuntu 14.04
Gradle version: 4.9
koltin version: 1.2.71
## Issue Description
I get the error when i run "gradlew build" agent job
### Task logs
…
-
DBFlow Version: 4.0.4
Issue Kind (Bug, Question, Feature): Bug, Question
I have a data class defined like this:
```
@Table(database = StopsDb::class)
data class FavouriteStop(
@Primary…
-
I have just upgraded from v0.5.0 to v0.5.1 (including the new IDE plugin) and am encountering some weird problems.
Gradle builds do not seem to succeed consistently. Concretely:
1. I compile and…
-
See https://youtrack.jetbrains.com/issue/KT-28088
This code:
```
import kotlinx.coroutines.*
import kotlinx.coroutines.javafx.*
object UI : CoroutineScope {
override val coroutineConte…
-
I'm using the 'kotlin-platform-native' gradle plugin
Kotlin: 1.3.0-rc-146
Gradle: 4.7
Ktor: 1.0.0-beta-1
Android works fine but every time i try to build the ios framework it failed.
If i remov…
-
###
- 系统版本:Android studio 3.2.1
- 库版本:2.1.4
- 问题描述/重现步骤:包依赖后发现源码中很多类依赖错误,导致无法使用
- 问题代码/截图:![pic](https://i.loli.net/2018/12/24/5c2087ed884b9.png)
- 报错信息:源码中无法导入库中对应的类,导致编译不通过,但是这些类实际是存在的
…
-
Hi, I'm trying to use ManyToOne relationship withOut OneToMany in the references but is failing for some reason this is my schema in koltin:
`@Entity
interface Transaction:Persistable {
@ge…
-
### Context
Several users have reported issues with trying to upgrade to Gradle 5.0 and switching to the Kotlin DSL at the same time. Doing both at the same time, makes it difficult to determ…