Ross Golder

Results 44 comments of Ross Golder

I've just struck this too using the cli. In Codium, allowAnonymousTelmetry is **DISABLED**. The output of the cli is largely unusable because there are tons of these littering it... ```...

Ah, running Continue on the continue repo and asking about this issue some more, I get the answer... ``` Yes, the Continue CLI is still trying to send telemetry by...

I've updated https://github.com/continuedev/continue/pull/8328 - hopefully it makes things clearer.

FWIW, this SQL hack/workaround got me past this: ```sql ALTER TABLE res_company add column reconcile_aggregate boolean; ALTER TABLE account_journal add column reconcile_mode varchar(32); ALTER TABLE account_journal add column reconcile_aggregate boolean;...

We need to be able to manage 'timeoutSeconds' on the probes, otherwise Harbor just crashes unnecessarily whenever our server comes under higher-than-usual load.

I hit this too recently. I think I understand what is going on and I've put a rough PR together that solves it for me. Will submit shortly.

@d33psky - it seems it can be done like this (no patch necessary)... ```python kubernetes.config.load_kube_config(os.environ["KUBECONFIG"]) configuration = kubernetes.client.Configuration.get_default_copy() configuration.ssl_ca_cert = "/etc/ssl/certs/ca-certificates.crt" api_client = kubernetes.client.ApiClient(configuration=configuration) v1 = kubernetes.client.CoreV1Api(api_client) ```

Given that 24.04 is more-or-less just an updated 22.04, I would expect 90% of the rules to 'just work'. I was hoping I could *at least* run the 22.04 rules...

I've been using this chart at home and at work for a while now. I'd be more than happy to help out with a little maintenance and patch review etc.

@kayth21 - Thanks. I hadn't considered doing it from the wallet management area, but at least I can see it's possible to do now (i.e. within Nunchuk, without restoring the...