Ing. Jan Kaláb

Results 22 comments of Ing. Jan Kaláb

Honest question: Won't this forced `configuration: 'default'` break automatic `debug`/`release` variant propagation?

I'd also like this functionality. Just returning HTTP 200 OK when DB connection and maybe other checks are ok.

This happens to me and I'm using `ScopeFragment` directly from Koin. :rage4:

@arnaudgiuliani Resolved or wontfix?

Alright. We use [MQTT](https://mqtt.org) and for some reasons, we have the server url and credentials accesible via internal REST API, so in case of some change, we won't have to...

@gorgexec Ok, that's a valid point, but... You can't preconstruct them for Koin, because the construction is asynchronous. And if any other object would try to get instance of the...

Great, I see it moves forward! :+1: * Be careful with `runBlocking`, as it is, obviously, blocking, and it should not be run on main/UI thread. * `it.forEach { it.await()...

I'd like something similar. I'd like to load image from cache (almost) immediately, but also check the network in the background for change. Our image server supports ETag, and _304...

I still can't make it to work :crying_cat_face: - URL in Somfy Open API Developer Portal is `http://192.168.86.3:1880/somfy/callback`. When I open this url from my brower (or try `curl`), it...

Yes, http://192.168.86.3:1880 is my running node-red installation. If I click the link, it opens up. ![Snímek z 2021-03-27 20-50-37](https://user-images.githubusercontent.com/113248/112733097-354e4b80-8f3e-11eb-8989-71d049d204d1.png) Yes, I get the popup, I can log in, but I...