Sudhir Singh Khanger
Sudhir Singh Khanger
[idea.log](https://github.com/wuseal/JsonToKotlinClass/files/6106182/idea.log) [threadDump-20210309-112849.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106183/threadDump-20210309-112849.txt) [threadDump-20210309-112854.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106184/threadDump-20210309-112854.txt) [threadDump-20210309-112859.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106185/threadDump-20210309-112859.txt) [threadDump-20210309-112904.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106186/threadDump-20210309-112904.txt) [threadDump-20210309-112909.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106187/threadDump-20210309-112909.txt) [threadDump-20210309-112914.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106188/threadDump-20210309-112914.txt) [threadDump-20210309-112919.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106189/threadDump-20210309-112919.txt) [threadDump-20210309-112924.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106190/threadDump-20210309-112924.txt) [threadDump-20210309-112929.txt](https://github.com/wuseal/JsonToKotlinClass/files/6106191/threadDump-20210309-112929.txt)
`'s|\r\r$||'` instead of `'s/\r$//'` The perl method is more safer adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png If you use perl method then you would probably need...
Since a lot of configs are going to be inside `~/.config` which will have to exist before stowing the above solution doesn't work.
FWIW I can reproduce with even version 2.8.0. I cloned the current repo, added version 2.8.0, and ran the project. When I disconnect using the default red button the service...
Sure. I was trying to see how you would have implemented `onRemoteVideoStateChanged()`. The default state is REMOTE_VIDEO_STATE_STOPPED(0) & reason is REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED(5). These are called even before REMOTE_VIDEO_STATE_STARTING(1) when a user...
Reason 5 and not State. State starts with 0. In my experience when a user joins, it starts with state `REMOTE_VIDEO_STATE_STOPPED(0)` and reason `REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED(5)` which is the same one used...
Great to hear that. Please feel free to close the ticket whenever you deem appropriate.
Is the gist of this discussion that the `editorconfig` rules are ignored by Spotless at the moment? Secondly, if I do want to add `editorconfig` rules to Spotless then I...
Happened to me and workaround was to disable wifi. I am on Big Sur.