Results 109 issues of Max Makarov

Hello. When you will create a new release?

![2014-07-26 16-18-18](https://cloud.githubusercontent.com/assets/5875582/3710719/d2cd1e56-14a5-11e4-9a98-fb5e9852635b.png)

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...

enhancement

### 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...

stale
feature-request

**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...

kind/bug

**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/"...

kind/bug

Would be easier to find queries in monitoring tools like pganalyze by SQL query tags. We can use the query name to achieve this. ![EC561F26-963A-4D25-B79B-8937DC04BD12](https://user-images.githubusercontent.com/5875582/101228912-c909bc80-36ae-11eb-87cc-040a6e9d0d72.jpeg)

feature request

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...

bug