Evan Anderson

Results 48 issues of Evan Anderson

You might be interested to know that the Go regexp library [uses finite automata already to implement the `regexp` package](https://pkg.go.dev/regexp). From that package: > The regexp implementation provided by this...

### Is your feature request related to a problem? Please describe. I'm attempting to write a tool to fetch public GCS objects (from the `gs://knative-release` bucket) for nightly automation. Given...

Had a conversation today with a user who wanted to be able to apply a filter like the following: `SELECT * WHERE time < NOW() - "5 minutes"` It would...

lifecycle/stale

I'm looking at various options to "upgrade" a simple API ([HTTP POST of CloudEvents](https://github.com/cloudevents/spec/blob/v1.0/http-protocol-binding.md)) to allow clients and servers to be able to extend into more complex OpenAPI space (e.g....

If Working Groups have a common way to provide the following information to new contributors: * Roadmap -- what projects are coming down the pipeline * Good First Issues *...

/assign @julz From the 18 May 2021 Security WG meeting.

At a minimum: * Kubernetes * Envoy * Istio / Contour / Gloo / Ambassador (?) * CloudEvents * Kafka (?) * RabbitMQ (?) At a minimum, we shoud be...

## Expected Behavior The queue proxy can't report request / concurrency statistics for a Pod other than itself. ## Actual Behavior (Unknown) ## Steps to Reproduce the Problem Inspect code...

area/autoscale
kind/documentation
triage/accepted

## What version of Knative? v1.0 at least ## Expected Behavior When creating a Revision with a pod which exits immediately, the Revision should (fairly quickly) report that `Ready` is...

kind/bug
help wanted
good first issue