Max Makarov
Max Makarov
Hello. When you will create a new release?

Hello. Have you managed to run all Talos configurations inside Terraform?
Hi! I have Redis in HA mode, installed on Kubernetes Cluster, however, node-redis npm package, that uses redis-oplog, doesn’t supports sentinel. It will be cool, if you add ability to...
### Name and Version bitnami/discourse 8.0.1 ### What is the problem this feature will solve? I have one Redis deployment for all my workloads in the Kubernetes cluster, and I...
**Environment**: - **Cloud provider or hardware configuration:** Bare metal - **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):** ``` Linux 5.15.0-40-generic x86_64 PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu...
**Environment**: - **Cloud provider or hardware configuration:** Virtual machine - **OS:** ``` Linux 5.15.0-37-generic x86_64 PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"...
Would be easier to find queries in monitoring tools like pganalyze by SQL query tags. We can use the query name to achieve this. 
Hello. If I export `sql` function using naming export everything works fine: ```typescript import { sql } from '@pgtyped/query' const getSomething = sql`SELECT * FROM users` ``` But I can't...