Balázs Rostás

Results 7 comments of Balázs Rostás

Hey! I just encountered the same problem. I am using the network module to create a VPC and I supply that to the gke (beta-private-cluster) module. I'd like to use...

I have migrated from the deprecated hashicorp/github provider to integrations/github and this started happening for me too.

Hey! I am facing this issue right now. I have a housekeeping service that regularly checks all the keys in redis against a metadata server which relies on SCAN. Anyone...

In my use case I would just love to get the key which failed. I am using this now: ```python3 def extract_key_from_schema_error(e: SchemaError) -> str: return str(e).split(" ")[1].strip("'") ```

Update: I've tried building it against the main branch. This time the build finished successfully, so this issue must have been fixed since the latest release. However when I try...

We were able to work around it by running the make command like so: ``` make ENABLE_FLASH=yes CFLAGS="-Wno-unused-but-set-variable -I/opt/homebrew/opt/openssl/include" LDFLAGS="-L/opt/homebrew/opt/openssl/lib" KEYDB_LDFLAGS="-L/opt/homebrew/opt/zstd/lib -L/opt/homebrew/opt/lz4/lib -L/opt/homebrew/opt/snappy/lib" ``` The error in my latest comment...

I'd like to join the ping party, even though I know it won't help and normally I'd consider it rude as well, but this is getting ridiculous. Even if this...