kfir
kfir
Running multiple times: ``` # gdb -batch -ex "bt" -p 1 [New LWP 7] [New LWP 8] [New LWP 9] [New LWP 10] [Thread debugging using libthread_db enabled] Using host...
@michael-grunder Logs of sentinel that using 100% CPU: ``` $ kubectl logs redis-ha-server-2 sentinel 1:X 29 Nov 2022 19:38:35.509 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 29 Nov 2022 19:38:35.509...
There some workaround ? Edit: Its happens only on docker ? maybe incompatibility with the OS?
same here macos 15.5 , zsh
The closest I could get is with "hammerspoon" with this configuration: ``` local targetAppBundleID1 = "com.raycast.macos" local targetAppBundleID2 = "com.openai.chat" function bringAppToFront(bundleID) local app = hs.application.get(bundleID) if app then app:activate()...