Silvio Vasiljevic

Results 19 comments of Silvio Vasiljevic

Hi @mbaeuerle, I cannot reproduce this issue. Can you confirm that it still happens with `localstack/localstack:1.0.3` and the corresponding cli version?

Hello, have you tried using the `local-kms` provider for KMS? You can activate it by setting the environment variable `KMS_PROVIDER` to `local-kms`.

Hi @jreichhold, this issue will be fixed with #6883

Hi @dazn-ritesh, I'm noticing that you're using the outdated `0.14.2` version. Since then we had a couple of big releases (among it `1.0`). Can you please try using the `latest`...

Hello, did any progress happen in this regard? I'm dealing with the same problems with kong-oidc and would like to somehow jerryrig a token validation into it.

Hi! That's understandable. But as mentioned, it would be nice in general to have a way to set some parameters directly in the `pyproject.toml`. [Here's](https://github.com/jazzband/pip-tools?tab=readme-ov-file#configuration) the documentation section from `pip-tools`...

@zanieb Do you have any update on when such a configuration will be available, or is there an official roadmap for that? This is basically the only thing seriously blocking...

@zanieb, @charliermarsh Any updates regarding persistent configuration? I see in https://github.com/astral-sh/uv/blob/main/docs/specifying_dependencies.md that you have some kind of configuration already in the `pyproject.toml`. I don't see however, whether there is support...

@zanieb Looking through the toml schema, I found the possibility to define `no-emit-package` in the `pyproject.toml`. This essentially does the same thing. ``` [tool.uv.pip] no-emit-package = ["some-package", "pip", "setuptools", "distribute"]...

@charliermarsh That's great. Just want to add that when I go to astral.sh and click on "Docs" I get redirected immediately to the `ruff` docs :) Don't see a way...