Raman Varabets

Results 39 comments of Raman Varabets

Hi! Thank you for looking into this issue. Yes it happens to all four of my esp32 sticks all the time, just need to wait 10 minutes or so. I...

I figured out how to enable verbose logging and here it is: [2022-05-08-002.log](https://github.com/shmuelzon/esp32-ble2mqtt/files/8651579/2022-05-08-002.log) For some reason, this time it took much longer for the issue to appear.

Thanks for the very detailed analysis! I tried the proposed patches. With the first patch, ESP32 doesn't try to connect to any device at all 🤷🏻‍♂️ Here is the log...

@shmuelzon thank you very much for the explanation. My mental model of how it works was incorrect. There is no problem with two ESPs writing to the same peripheral. But...

Thanks! Yes, I'm currently using a shell wrapper as a work around, but it would be nice to have this functionality out of the box.

FTR to get the index of the currently focused output, I use: ``` swaymsg -t get_outputs | jq -r 'map(.focused) | index(true)' ``` To get the name, the command would...

Right, I missed that Ctrl+A and Ctrl+E are implemented!

It loses focus briefly when typing into already focused dmenu-wl. I did not manage to find any pattern of keypresses that leads to losing focus. It happens seemingly randomly.

I just tried on the machine with as single monitor and I can't reproduce it. It happens on two other machines with multiple displays though.