Trevor Currie

Results 7 issues of Trevor Currie

There's been an uptick in issues ([1,](https://github.com/encode/starlette/issues/919) [2,](https://github.com/encode/starlette/issues/1029) [3, ](https://github.com/tiangolo/fastapi/issues/4719#issuecomment-1153568508)etc.) around Starlette's BaseHTTPMiddleware class, so much so that some are proposing to [deprecate it.](https://github.com/encode/starlette/issues/1678) Should we shift the implementation to...

Adds `--show` option referenced in these issues: - https://github.com/c4urself/bump2version/issues/57 - https://github.com/c4urself/bump2version/issues/181 I also strongly desire this feature, so I aimed for simplicity and minimal change on this add-on, and tried...

feature
requires-review

Accidentally put a pipeline-id into the workflow command and triggered a panic. Probably should fail more gracefully. ```bash sem get workflow panic: runtime error: index out of range goroutine 1...

It'd be great to be able to to list the jobs within a workflow, ie: ```bash $> sem get workflows --jobs ID NAME AGE STATE RESULT unit-test 22s DONE PASSED...

This PR is a proposal for the issue discussed in https://github.com/linkedin/cruise-control/issues/2020. I understand the contribution guidelines recommend an issue for some conversations before any changes, and especially discourage large commits,...

The implementation of the Python client is tightly coupled to the outputs of argparse, making it difficult to instantiate the various objects within the library without passing the values in...

usability

## Background ### Description Numeric values with leading zeros are not being quoted when the generated pipeline file is being [written to disk](https://github.com/Zegocover/git-diff-conditional-buildkite-plugin/blob/master/scripts/generate_pipeline.py#L190). Without the quotes, the subsequent `buildkite-agent pipeline...