Łukasz Wawrzyk
Łukasz Wawrzyk
@eed3si9n Thank you! When I get a bit more time I will prepare this PR for review and merging.
@eed3si9n Ok, I guess this PR is ready for review.
@jvican Since I created this PR I spent some more time looking at logs. It seems like the code that creates this diff can kind of get lost and show...
@jvican @eed3si9n So, I reverted showing only changed lines on the diff. I added this check to avoid logging both Fresh and Merged if they are equal. I dropped the...
I believe I fixed it here: https://github.com/fkorotkov/intellij-thrift/pull/90
https://github.com/djspiewak/iota-instances Here is our current working implementation. Though I must admin it is rather hacky.
@liucijus We want to work on supporting multiple scala versions in one build. ### Inspired by python I was looking into `rules_python` implementation and I hope that this approach can...
I am not sure how other people use Immich, but for me, this is the most important action that I need. * delete from device -> this is just to...
I don't think I should be holding a thread if I await for response from home assistant that is just long. It should be async waiting, right? there is: ```...
My code is simply ``` await self.call_service("script/notify_say", message=message, return_result=True) ``` I want it to wait for the result, but it is written as async code, so I believe I am...