David
David
I debugged this a bit and noticed that in the case where the push notification doesn't work, it will: 1. Attempt to send the message 2. Report "success sending" 3....
Sorry for a bit OT talk, but I found this issue when searching for MagicDNS resolving within k8s. Did the instructions at https://github.com/tailscale/tailscale/issues/502#issuecomment-895342728 work for anyone recently? I'm trying to...
Scaling the default node pool in general is a bit funky. If I change the size of the default node pool I am not getting a full recreation, but a...
Another fzf user here. I tried the snippet from @alexanderjeurissen without much success. Anything else needed to get it working?
Is there a solution for these windows? I noticed the same in some apps for stuff like "Quick Open", with new windows always getting tiled again
Out of curiosity - what podman features are you using that needs 3.3.0? I upgraded to 1.11 and podman 3 was no longer working, but all my basic containers like...
Hrrm I tried all 3 variants: System, User and virtualenv and am running into the same behavior. voltron is definitely in my PATH and I'm getting the "Voltron loaded" message...
Is there a workaround to enable the proxy for everything? I sometimes have no influence on what the node app is doing, so having an option to transparently proxy everything...
I don't always have access to the source. For example I was pentesting one mac app but it just wasn't showing up in proxyman/charles and I had no idea why....
Sorry for not catching this earlier. Was a simple one-line change that's causing this. I've changed it to use Application.get_env which means Application.set_env can just change it again. Next step...