Rohit Mistry
Rohit Mistry
### Act version act version 0.2.34 ### Feature description This is a duplicate of issue #253. Just thought to create this issue to raise attention since the original issue was...
As stated, it is not clear how to integrate Oso into existing Blazor web apps. Some other features we are looking for: - Support for ARM64 processors (e.g. `linux/arm64/v8`) -...
## Describe the Feature You Want Previous feature request (before further investigation) Allow a new command line flag to load an existing Tilt CI state when running `tilt ci`. E.g....
## Describe the Feature You Want Add `labels` parameter to `k8s_yaml` function. ### Current Behavior Currently, any resource sent to `k8s_yaml` gets no label. So the resources show up as...
## Business problem trying to be solved In our cloud hosted solution we rely on Kubernetes node auto scaler to solve capacity problems. Our use case depends on bursting compute...
At this time the secrets from Azure Key Vault are imported into the `main.tf` file in plain text. It would be good to create the Terraform resource for `azurerm_key_vault_secret` with...
### Description I have OAuth2-Proxy implemented to protect endpoints for front-end and back-end APIs. The `multi-auth` plugin is helpful to implement `basic-auth` and `key-auth`. However, for front end web app,...
### Problem I am trying to solve: Given Java Objects: ```java @JsonSubTypes({ @JsonSubTypes.Type(value = A.class), @JsonSubTypes.Type(value = B.class) }) public interface I {} public class A implements I { public...
With this Taskfile: ```YAML # Global Taskfile: ~/Taskfile.yaml version: "3" dotenv: - "{{.USER_WORKING_DIR}}/.env" #
### Expected Behavior ```Starlark def apply_resource_labels(id): test = local("echo hello-world", echo=False) # 1. For any existing `Tiltfile` add the code snippet as shown above under _Expected Behavior_ section 2. Run...