hytgbn

Results 7 comments of hytgbn

Has anyone solved this issue? My issue is that I cannot adjust brightness on my iMac (TDM) (late 2013 27inch), and brightness is set to the lowest level automatically, so...

I am experiencing the same issue. My case, bluetooth seems to be toggling always, but display doesn't. Some copy/paste of logs from Console app. (searched with 'VirtualKVM') ``` default 21:02:50.798903...

target is iMac (27-inch, Late 2013) , source is MacBook Pro (early 2015). One thing to note is that it sometimes works if iMac reboots.

I did a little bit dive deep. When Display is not toggling, [KVMThunderboltObserver.isInTargetDisplayMode](https://github.com/duanefields/VirtualKVM/blob/master/VirtualKVM/KVMThunderboltObserver.m#L211) returns `true` even though it's not in TDM. This causes [enableTargetDisplayMode](https://github.com/duanefields/VirtualKVM/blob/master/VirtualKVM/KVMController.m#L260) do nothing. As workaround, I could...

`sudo killall -9 dpd` seems to reset the state. not sure how safe it is.

+1 to go back to previous behavior. There are many existing real world cases that comes with leading spaces , not arguing that they are valid but this breaks our...

I think it's actually interesting that from this [CR](https://github.com/pgpainless/bc-java/commit/5ca7b06b49daa50dbb830bd10cce68fa55a555a4#diff-48c0b9379243a3fcaeb26e93481c2df12a271211c03f560a087da87084126ac7R78) `blob2` is supported (trailing WSs after BEGIN line) ``` private static final String blob2 = "-----BEGIN BLOB----- \r\n" + "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==\r\n" +...