RealGecko
RealGecko
My current solution looks like this: ```vue import DatePicker from "primevue/datepicker" import { inject, ref } from "vue" const data: any = inject("data") const errors: any = inject("errors") const props...
From inside container yes, but not from VPN.
Maybe there're volunteers to aid with the project, they can be granted at least merge permissions. There're currently 35 PRs waiting to be merged, so at least people are willing...
Confirming with `v2.32.1` of the extension and VSCode `1.91.1`. I was working on project and autocomplete was working as expected for four providers. Then suddenly it stopped working, autocomplete suggestions...
Just checked and it stopped working in new folder too after VSCode restart. My `providers.tf` ```terraform terraform { required_providers { yandex = { source = "yandex-cloud/yandex" version = "0.124.0" }...
Ok, some progress! As soon as I add HTTP backend configuration autocompletions break, remove backend and everything works again. I use GitLab HTTP backend to store state, setup is ordinary:...
Hi, my logs are:  That's the only error related to `OpTypeObtainSchema`. `TF_HTTP_PASSWORD` is set for backend auth, I also tried `terraform init -upgrade`, it worked without errors. Any other...
I've tried putting `password` in backend block: ```tf terraform { backend "http" { address = "https://gitlab.com/api/v4/projects//terraform/state/production" lock_address = "https://gitlab.com/api/v4/projects//terraform/state/production/lock" unlock_address = "https://gitlab.com/api/v4/projects//terraform/state/production/lock" username = "" lock_method = "POST" unlock_method =...
It uses basic bootstrap CSS for styling, here's the video of completely unstyled example: https://github.com/user-attachments/assets/95777794-eb56-4009-8043-d265d3bc7156 As you can see it appears and disappears when I click the row in a...
> This seems to be working correctly. Check this stackblitz and you can see that Checkboxes are using the correct Tailwind-defined styling https://github.com/Real-Gecko/primereact-test Here's the link to sample project with...