RoFz

Results 10 comments of RoFz

@tsmithv11 Shouldn't you have change this extension's entry on VS Code extensions page switched from 'FREE' to Trial /Paid, or maybe have the extension removed altogether from there until this...

A quick/ugly workaround is to add `set +u` to the `entry.sh` script. More information on this error [here](https://unix.stackexchange.com/questions/463034/bash-throws-error-line-8-1-unbound-variable).

This has been also reported and fixed back in 2021 via issue #41 . The problem remains. Has anyone found any possible workaround? VS Code: 1.86.1 OS: Darwin arm64 22.6.0...

Might be (indirectly) related to https://github.com/ansible-collections/azure/issues/1413.

Update: setting the `hostname` value as such: `hostname: gitlab-webservice-default.gitlab.svc:8181` works for the port issue. Still wondering though how one could achieve connectivity to a http-only (non-https)Gitlab instance. Since the objective...

Additional note: also tried with setup-python@v4 and specific python versions 3.11.9 and 3.11.8.

Same error. Happens with a simple list keys: `az keyvault key list --id /subscriptions//resourceGroups/-/providers/Microsoft.KeyVault/vaults/kv-- --debug` ```text cli.knack.cli: Command arguments: ['keyvault', 'key', 'list', '--id', '/subscriptions//resourceGroups/-/providers/Microsoft.KeyVault/vaults/kv--', '--debug'] cli.knack.cli: __init__ debug log: Enable...

Indeed @applejag . Thanks. I temporarily switched Terraform to use the URL identified in the original CRD file header: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.83.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml Edit: apparently it has been fixed. This CRD's raw content...