Jan Pohanka
Jan Pohanka
Ok, probably my fault, surprisingly it works using `-c` option like ``` $ paho_cs_pub -c ssl://xxxxxxxxxxx-ats.iot.eu-central-1.amazonaws.com:8883 -q 0 -m "xxx" -t "test/ddd" --cert deviceCert.pem --key deviceCert.key -i test --trace protocol...
I'm still a bit lost :( this is test on my PC (working fine) ``` $ paho_cs_pub -c ssl://xxxxxxxxxxx-ats.iot.eu-central-1.amazonaws.com:8883 -q 0 -m "xxx" -t "test/ddd" --cert ../7de4ae97ae-certificate.pem.crt --key ../7de4ae97ae-private.pem.key -i...
Thanks for commenting. I have found the issue. I expected that `--insecure` option disables verification of server certificate completely. Instead of that it still needs server certificate to be signed...
> do you solved the problem? I also meet the error. @wackxu If I remember correctly I had to set `enableServerCertAuth` option to `false` to disable peer checking. `--insecure` option...
More over I have noticed that when I connect external monitor to my notebook, which is then used as a primary, guake is still opening on internal one...
Next observation when *display with mouse is selected*, guake is shown on the screen where last XWayland application was hovered. It's a bit difficult to follow when you have many...
Still not working in (3.9.1.dev12) for me The #2121 is probably the same issue.
> tilib: MSP430_OpenDevice: Device database not loaded. (error = 98) It seems that slac460s release of MSP430 library sources lacks device database initialization. It can be solved like in my...
I will prepare pull request. There is strange thing that binary version of slac460s provided by TI does not need this, they probably released slightly different source...
I personally think that these two approaches don't go against each other. My solution is based on idea that I want to relocate all _files_ on some path. In my...