Vinicius CR
Vinicius CR
I´ve got the same issue `CredentialsProviderError: Could not load credentials from any providers`
Hi @piotr-s-brainhub, In my case I want to switch between with and without arrows, for desktop and mobile respectively. My expectation was to have some div over the slide behaving...
I am having the exactly same issue. I am trying to create a bundle to deploy to a aws lambda, basically using uv export and uv pip install. however the...
> [@viniciuscr](https://github.com/viniciuscr) Can you use `--no-editable` with `uv export` instead of `uv pip install`? I use it, but as @kkpattern explains, it works only for the target package, not to...
Here I have the output from uv export ``` # This file was autogenerated by uv via the following command: # uv export --frozen --no-dev --no-editable --package project_a -o dist/project_a/requirements.txt...
> We have found a solution to this by utilizing the `--no-deps` flag on the `uv pip install` and the `--no-editable` flag on `uv export`. This is currently working in...