Orgad Shaneh
Orgad Shaneh
### I did this I have username in netrc, but if I provide a username in the URL, none of them is used, and no Authorization header is sent (even...
### Terraform Version ``` Terraform v1.2.4 on windows_amd64 + provider registry.terraform.io/hashicorp/azurerm v3.12.0 ``` ### Terraform Configuration Files ```terraform terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version =...
- GitLens Version: v12.0.7 - Git Version: 2.36.1.windows.1 - VSCode Version: 1.67.2 - OS Version: Windows 10 Steps to Reproduce: Create a heavily nested code block in a single commit....
Based on -showIncludes, which prints included files on stdout with a certain text prefix. Otherwise pretty similar to depend mode handling for GCC. This makes MSVC building way faster.
This is a sample output of `ccache -s`. ``` Summary: Hits: 0 / 675 (0.00 %) Direct: 0 / 675 (0.00 %) Preprocessed: 0 / 675 (0.00 %) Misses: 675...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.1.0 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v2.89.0 + provider registry.terraform.io/hashicorp/kubernetes v2.7.1 ``` ### Affected Resource(s) `provider "kubernetes"` ### Terraform Configuration...
Fixes #109.
When using `axios`: ```javascript axios({ url: 'http://server/path', auth: { username: 'user', password: 's3cr37', } }); ``` The request dependency entry is logged as `http://user:s3cr37@server/path`, which is unsafe. So far I...