Eddy G
Eddy G
Although RBT appears to be work, I noticed that `Console.app` logs messages like this every time I type a key after the `tabs` keyword: ``` 5/20/16 08:46:54.705 Safari[38461]: [ valueForUndefinedKey:]:...
First, let me say that I was very excited to find this Home Assistant integration! A couple pieces of background info: * Home Assistant 2021.7.2 * HACS 1.13.2 * hass-opensprinkler...
I added this code to my `init.lua` to round the corners of my display: ```lua local screenRoundedCornersCanvases = {} local function startScreenRoundedCorners() for _, canvas in pairs(screenRoundedCornersCanvases) do canvas:delete() end...
Thanks for _zcomet_! It's easy to use and understand, and seems fast too. Hopefully this idea is easy to understand. Similar to `zcomet snippet`, it would be nice to be...
The latest version of 1Password 8 has the ability to "auto-fill anything" (_including_ system security prompts). Once I use 1Password 8 to fill a password, the keyboard remappings I have...
The `NoReturn` type indicates the function either never terminates or always throws an exception: From [PEP-484](https://www.python.org/dev/peps/pep-0484/#the-noreturn-type): > The typing module provides a special type NoReturn to annotate functions that never...
It would be fantastic to have this capability in VS Code. Is it possible to make this work there as well?
Slack has discontinued creation of "Classic" Slack apps as of June 4, 2024:  According to [this page](https://api.slack.com/changelog/2024-04-discontinuing-new-creation-of-classic-slack-apps-and-custom-bots): > After June 4, 2024 if you...
Previously mentioned in #374, users can no longer create the "classic" Slack apps needed by this integration. Quoting from [this announcement](https://api.slack.com/changelog/2024-09-legacy-custom-bots-classic-apps-deprecation): > Beginning September 2025: > * Classic apps will...