-
After `docker build . -t limes` and cd-ing to a directory with a link specification, I get the following error:
```
$docker run -it --rm \
-v $(pwd):/data \
limes \
/data/citatio…
-
Will it be possible to add a coroutine interop operator for `Single`? I see that the official interop library has some extensions for RxJava2: https://github.com/Kotlin/kotlinx.coroutines/tree/master/…
saket updated
3 years ago
-
با سلام
راهی برای کاهش حجم اپ بعد از اضافه کردن این کتابخانه وجود ندارد؟
-
There's an RxJava2 artifact are there plans for an RxJava3 artifact?
Would you be happy to open a PR for it you're open to it
-
Allow to use Header coming reverse proxy to auth user.
maybe like that :
```yaml
akhq:
security:
header:
user-header: X-Akhq-User
group-header: X-Akhq-Group
users:…
-
## Motivation
We're implementing a state machine flow with scripting, and in one of our controllers we need a Loop Controller then when meets a condition run a list of subcontrollers.
```
publi…
-
Olá, tenho trabalhado em um aplicativo de integração, mas até então vinha usando apenas o método **doPayment**, com sucesso. Observei que o **doAsyncPayment** poderia ser mais vantajoso, por já tratar…
-
I was hoping this was related to other bugs but it doesn't seem like it is. Since moving to OH3, I have noticed it takes almost exactly 2 minutes to shutdown the service. "Time" reports that it's al…
-
我看了Arouter的文档
```
kapt {
arguments {
arg("moduleName", project.getName())
}
}
```
这段代码是写在android{ }之外的。
而rxhttp的kapt
```
android {
kapt {
arguments {
…
-
Hi @raphw :
I sort of get two issues, one is when i use mockk library and the other when i use mockito and with kotlin classes plus java mixed so i have powermockito also involved
1. Case1 : Wh…
ghost updated
2 years ago