Clément Moyroud

Results 28 comments of Clément Moyroud

Thanks @bk2204. In any case, I can confirm than using `--object-map` and `git notes copy` is working for now.

I'm having the same issue: I'm running Zellij in my VSCode terminals for persistence across session (I'm almost exclusively using VScode through remote-ssh to a Linux box. This is what...

Quick follow-up: I was able to get the internal certs working by using `NODE_EXTRA_CA_CERTS` instead of the methodology in the docs. This has the advantage of not requiring `c_rehash` to...

Can you also update the docs with the mention of `NODE_EXTRA_CA_CERTS` as an alternative?

Hey @NolanTrem , I'm using the default config in `py/core/configs/full_local_llm.toml` for auth, and the user is an account I created with my email (I did not use the default user,...

Thanks @NolanTrem that makes sense on the second point. For the first point, I did upload the documents with this non-default user. While I can press the extract button and...

@pawan-mehta-dt it's empty: ```bash > k get -n devtroncd secret/devtron-secret -o jsonpath='{.data}' | jq '."dex.config"' "" ``` (I checked `k get -n devtroncd secret/devtron-secret -o yaml` to be sure, other...

@pawan-mehta-dt can you please share an example of a proper `dex.config` string, so I can try and set it manually in the secret?