Ing. Jan Kaláb

Results 22 comments of Ing. Jan Kaláb

Ok, I've tried to dig a bit deeper in this. I've cloned the RadialGamePad project and started digging. There are my findings and questions after a few late night hours:...

I'd like to see this implemented. GitLab started supporting LSIF format, and it need something, which can by run in CI and generates the LSIF file. https://docs.gitlab.com/ee/user/project/code_intelligence.html

Any progress? We've just changed some of our REST endpoints to 204. So I thought it would be enought to just remove response type (making it `Unit`), but no. Using...

Couldn't you just chesk if key for given topic exists in `Map` and if callbacks `Set` is empty and only do MQTT (un)subscripbe according to that?

Bump. I was hit by this again, when trying to use Coroutines Flow. My [SO question](https://stackoverflow.com/questions/58555193/how-to-wrap-single-callback-with-multiple-flows).

Now that we have `SharedFlow` in Kotlin, it's easy to work around this limitation. :+1:

We're not using instant run.

- 2.3 bad - 2.2 good

Kotest is currently unsuable with JS IR: https://github.com/kotest/kotest/issues/2163