Daniel Siguero

Results 8 comments of Daniel Siguero

Thanks for your reply! I have modified the config according to your comments, so now it looks like this: ``` local actions = require('telescope.actions') require('telescope').setup { defaults = { prompt_prefix...

> @cmil Hi cmil, I also encounter the same issue, and I add tried package ( RUN apk add libexecinfo-dev ) and another compile error come out ( Dl_info undefine...

I'll assume you're talking about the dynamodb example. The name of the make target is `aws-lambda-package-`. Where `` comes from the `CMakeLists.txt` file (`project` directive), so for the dynamodb example,...

Wasn't crossplane meant to have 100% coverage for cloud resources? https://blog.upbound.io/cloud-service-coverage/

Apparently it also happens when no interpolation is used in the `kubernetes_service` manifest. I'm getting the same `Failed to determine GroupVersionResource for manifest`. ## env ``` Terraform v1.0.10 on darwin_amd64...

This seems to also apply to the YAML formatter as well, when running the following command: ``` $ krr simple --logtostderr -f yaml > result.yaml [...] $ yq '.' result.yaml...

Removing cookies isn't a fix when using a SSO for login... how can this be still broken?

Having the same issue when upgrading from 5.0.1 to 5.1.1. My use case is for doing i18n in zod schema messages. ```typescript import{ type TFunction } from 'i18next'; import {...