Adrian Cole

Results 359 issues of Adrian Cole

thanks for liking our project! ----- [View rendered README.md](https://github.com/codefromthecrypt/favorite-link/blob/patch-1/README.md)

PR: unreviewed

github.com/envoyproxy/protoc-gen-validate is an example of something used both as a binary (codegen) and a library. It is very version sensitive, so bingo version has to match go.mod. bingo is still...

enhancement
help wanted

I know this is unsolicited, so feel free to ask me to pare back or close it.

We have a part of our json schema which prescribes values based on what's supported *now*. ex. ``` "os": { "title": "OS", "description": "OS is the supported operating system (runtime.GOOS)",...

When unmarshalling, I think we can special-case when the json represented only includes string fields. Instead of ```go func (j *Download) UnmarshalJSON(b []byte) error { var raw map[string]interface{} if err...

While the path of the ID isn't always good, it would be more semantic than file name conventions in my case. Ex I would like `"id": "https://www.getenvoy.io/envoyBuilds"` to result in...

## Checklist * [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v2 manual...

kind/feature
area/v2
status/triage

Since this is a repo in the org for the W3C core recommendation, I think it is a fair ask to have a flag that constrains features to what's included...

If we have binaries attached for common architectures, less need to burn CPU compiling from source. Linux and MacOS are common now, and Windows will be common soon enough. How...