Tim Kersten
Tim Kersten
Example: ```sql UPDATE names SET name = vals.name FROM (VALUES (1, "Bob"), (2, "Mary"), (3, "Jane")) AS vals (id, name) WHERE names.id = vals.id; ``` See https://www.postgresql.org/docs/9.5/queries-values.html Is there a...
It would be nice to detect when the computer goes idle, and returns to non-idle state in a similar fashion to instant messengers. That way, upon returning to the mac...
Reports are great but if my boss wants a copy of last weeks work, it would be great to save the report as html.
## Summary Implements mouse event support for the headless terminal, enabling programmatic interaction with mouse-enabled TUI applications via the JSON STDIN API. Addresses some of #2 ## Motivation I need...
### 📌 Feature Request: Support for Custom Aliases for Directory Paths **Use-case:** As a developer, I frequently work with deeply nested project directories. For example, I often navigate to: ```...
The artifactory_remote_composer_repository resource generates an unnecessary terraform plan diff on every run when vcs_git_provider is set to a non-CUSTOM value (e.g., "GITHUB") and vcs_git_download_url is not specified. The diff shows...