Earwin
Earwin
I think if you don't give user an option, proper way is to stop accepting new messages with an error, once the limit is hit. That is exactly what happens...
There are two separate concerns: functional (how application wants to deal with overflows), and operational (what happens to the machine when overflow occurs). Applications might want to delete old ones,...
Option to drop newest instead of rejecting them is stupid (for a lack of better word). A client is perfectly capable of dropping the message itself after rejection (or maybe...
I did not dig into HA internals yet, but Mitsubishi cloud integration somehow manages to expose horizontal/vertical vanes, see: https://www.home-assistant.io/integrations/melcloud/#climate It does it via ... attributes? Which are apparently custom...
Okay, I had a quick look @ ’api.proto’, and there is no attribute support whatsoever. If we want to implement this given existing model, my vote is on spawning a...
@davidmerrique you can try resetting your D1s once or twice (see #49) Though my setup has some resistors there I think (as Geoff suggests).
@tomchristie, just as a heads-up: there are servers which only support HTTP/2, so 1.1 -> 2 upgrade fails. curl has an (awkwardly named) `--http2-prior-knowledge` key to accomodate for this
This app need gestures. Like BTT. E.g. Swipe left with 2 fingers while hold CMD => move window left.
I _extensively_ use two-finger swipes in BTT to add back/forward navigation to all the apps lacking it natively, e.g.: Spotify, Dash, Finder, Path Finder, qutebrowser, all the assorted IDEs and...
I'm having the same issue. My impression is that "old (potentially deprecated)" code is not the culprit per se. Auto add worked for me since forever across T and MacOS...
My guess is we're missing `if internals[self].allSent then basicPingCompletionFunction(self) end` after https://github.com/Hammerspoon/hammerspoon/blob/master/extensions/network/ping/network_ping.lua#L479