Sanskar Jaiswal

Results 35 issues of Sanskar Jaiswal

### Feature already in Vim? No ### Feature description It'd be great if the lsp could use `tab drop` to jump to the location, that way if the file is...

enhancement
lsp

## Describe the feature We currently have the `post-rollout` webhook, which runs if a canary analysis passes or fails. But it can be useful to have a webhook that just...

### Proposal It'd be great if Keda allowed users to use templates instead of hardcoding the target deployment name in the query when using a scaler like Prometheus. Something along...

help wanted
feature
Hacktoberfest

This PR addresses https://github.com/linkerd/linkerd2/issues/2295. I am not very confident about this PR, hence the draft PR. Also, a rather peculiar thing, checking the response via the viz dashboard doesn't show...

The [`StreamExt::map()`](https://docs.rs/futures/0.3.17/futures/stream/trait.StreamExt.html#method.map), [`StreamExt::filter_map()`](https://docs.rs/futures/0.3.17/futures/stream/trait.StreamExt.html#method.filter) in the `futures` crate accepts async functions which resolve to an ``/`Option`, whereas the same [methods](https://docs.rs/futures-lite/1.12.0/futures_lite/stream/trait.StreamExt.html#method.ma) in the `futures-lite` crate accept normal functions which are meant to...

Signed-off-by: Sanskar Jaiswal **What type of PR is this?** /kind gep **What this PR does / why we need it**: Adds a GEP proposing a way of modifying response headers...

needs-ok-to-test
do-not-merge/work-in-progress
cncf-cla: yes
size/L
kind/gep

**What would you like to be added**: It'd be great if `HTTPRouteFilter` had a field to manipulate response headers being sent from a backend (or a group of backends) similar...

kind/feature
help wanted
kind/gep

At the moment, we only expose the readiness of the object and the duration of the reconciler run. It'd be helpful for both users and developers if we expose metrics...

enhancement

We currently have a a target `setup-envtest` which installs the `etcd`, `kubectl` , etc for users but we don’t use it implicitly in the `test` target. We also don't seem...