Lance Ball

Results 35 issues of 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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=husky&from_version=7.0.4&to_version=8.0.0&pr_id=4f2bfdb5-508c-40d1-9a9f-b3cc86383bb2&visibility=true&has_feature_flag=false) :information_source: Keep your...

status/no-pr-activity

Please consider reviewing the proposal to highlight Functions in the developer tutorial. https://docs.google.com/document/d/1wBpBA76nfgqoN6vKje7g1n7milB8l5gQZfuE49_teAk/edit?usp=sharing

kind/infrastructure
kind/proposal

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...

feature request

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...

approved
size/M

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:...

type/fix
status/no-pr-activity

**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...

type/bug
status/no-issue-activity

**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...

type/enhancement
status/no-issue-activity
chore/actions

Now that Knative has moved from Google CLA to EasyCLA, that should be reflected on the contributions page. Signed-off-by: Lance Ball