Jan Češpivo

Results 15 issues of Jan Češpivo

#### What's the problem this feature will solve? PEP-631 describes dependencies can be declared in pyproject.toml under `[project.dependencies]` section (see https://www.python.org/dev/peps/pep-0631/#dependencies): ``` [project] dependencies = [ ... ] ``` It...

needs more info
feature request
pyproject.toml

Now it is possible to use Azure service principal account for secrets provider but not for Azure state backend. Using AZURE_STORAGE_ACCOUNT / AZURE_STORAGE_KEY / AZURE_STORAGE_SAS_TOKEN doesn't scale well. It might...

kind/enhancement
area/backends

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

impact/usability
kind/enhancement

## In what area(s)? > /area runtime ## Describe the feature Now concurrency is done per implementation basis (as mentioned https://github.com/dapr/dapr/issues/940#issuecomment-571789035). For some of these implementations to consume multiple messages...

kind/enhancement

### What is the issue? There is no helm charts with version 2.12.0. IMO it is mismatch of different kind of versions. See current https://helm.linkerd.io/stable/index.yaml: ``` linkerd-control-plane: - apiVersion: v2...

bug

Now when declarative and programmatic subscription to one topic is detected Dapr logs warning: `two identical subscriptions found (sources: declarative, app endpoint).` However it is not clear what happened. Each...

kind/enhancement

### Expected Behavior Mapping format as it is described https://docs.docker.com/compose/compose-file/05-services/#env_file should be supported. ``` env_file: - path: ./default.env required: true # default - path: ./override.env required: false ``` ### Actual...

kind/bug

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug
impact/panic
area/codegen

### What happened? `pulumi destroy --excluded-protected` is failing with an error `grpc: the client connection is closing `when `kubernetes.Provider` is in stack. The bug was introduced in Pulumi version 3.74.0...

kind/bug
area/engine

Flower docker image doesn't support Azure Service Bus out of the box. It means custom images have to be created in every case. There is unanswered question https://github.com/mher/flower/discussions/1317 as well....