Lance Ball
Lance Ball
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade husky from 7.0.4 to 8.0.0.  :information_source: Keep your...
Please consider reviewing the proposal to highlight Functions in the developer tutorial. https://docs.google.com/document/d/1wBpBA76nfgqoN6vKje7g1n7milB8l5gQZfuE49_teAk/edit?usp=sharing
When specifying a `Container` object in Kubernetes, it is possible to specify both a `readinessProbe` and a `livenessProbe` which inform the system that the application is healthy. In Knative, these...
We have not found bandwidth to move the repo yet, and the fact that the teams/groups are out of sync with reality needs to be addressed in the meantime. This...
With Knative's move to CNCF as the governing body, we need to determine how to move forward with Slack. Currently the Knative Slack is paid for by Google and the...
## Repo information Org: knative-sandbox Repo: func-templates Purpose (Description): Provide a set of example templates for the `func` CLI by moving the [boson-project repo](https://github.com/boson-project/templates) or [Salaboy's template repo](https://github.com/salaboy/func-templates) to knative-sandbox,...
An event may have data that contains a BigInt. The builtin `JSON` parser for JavaScript does not handle the `BigInt` types. The introduced `json-bigint` dependency (34k) does. Fixes: https://github.com/cloudevents/sdk-javascript/issues/489 Signed-off-by:...
**Describe the Bug** When parsing JSON data, if a JSON field value is a number, and that number is really big, JavaScript loses precision. For example, the Twitter API exposes...
**Is your feature request related to a problem? Please describe.** Currently it is difficult for users to test changes on `main` without a published module. We often go months without...
Now that Knative has moved from Google CLA to EasyCLA, that should be reflected on the contributions page. Signed-off-by: Lance Ball