RaphaelMelanconAtBentley
RaphaelMelanconAtBentley
> @RaphaelMelancon Is this a duplicate of [iTwin/itwinjs-backlog#448](https://github.com/iTwin/itwinjs-backlog/issues/448) ? Yes, it is, my bad!
> > @RaphaelMelancon is this the same as [iTwin/itwinjs-backlog#448](https://github.com/iTwin/itwinjs-backlog/issues/448) ? > > @RaphaelMelancon Upon reflection, we think this must be a separate issue... correct me if wrong. > > cc...
Any plan to add this at some point?
What about transitive dependencies? azure-cli (not pre-release) depends on pre-release versions of other packages.
failed to link 'share/terminfo/h/hp70092A' in wsl2 ubuntu when UTF-8 character included in directory
I'm getting a similar issue which I'm not sure is related: ```bash ├─▶ failed to link 'share/terminfo/2/2621a' ├─▶ unexpected io operation while removing clobbered file ╰─▶ No such file or...
It works for me... Are you getting your credentials first before installing packages with uv? `keyring --mode creds get https://pkgs.dev.azure.com/orgname/_packaging/Packages/pypi/simple/`
Humm, and the keyring command works fine? You are able to sign-in and if you do it again it prints the username-token combo?
> > Humm, and the keyring command works fine? You are able to sign-in and if you do it again it prints the username-token combo? > > Yes. It prints...
Having the same issue, and it's a pain for my team, as we have multiple people working with Macbooks... Really hoping for this to be fixed.
For docker compose, I have a hacky fix: I simply use this script I created and extend my docker-compose.yml's devcontainer service with the file created: ```bash #!/bin/bash target_file="environments/devcontainer/gpu_optional.docker-compose.yml" snippets_path="environments/devcontainer/build_utils/snippets" if...