Oliver Bristow

Results 27 issues of Oliver Bristow

This could also simplify things, as the Dockerfile includes the running of tests at the moment.

build

Changes: * add enums as a move towards typing - includes testing to avoid drift from constants * use constants + enums in `message.py` - hopefully an improvement for non-FIX-wizards...

I thought I'd quickly add TOML as an optional dependency to see how it fits in, as the interface is like the usual JSON+YAML load(s)/dump(s). It was easy to drop...

Here are a few fixes that I needed to get the code running smoothly locally: * disable caching while building * update uvloop version so there isn't an exception caused...

When using just a committed `.mailmap` the aggregation is done nicely, but when `--people-dict=...` is added the mailmap is not used at all. This is due to the branching in...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

upstream-bug

This expands on the ansible pattern matching so you can use multiple parts, intersection, negation, and regex patterns, on top of the already implemented globbing. ~I'd like to backport this...

### Description The JSON config output omits `x-*` entries. Diff from the actual generated JSON to the JSON-ified YAML of example below: ```diff --- actual.json +++ expect.json @@ -2,18 +2,16...

kind/bug
status/0-triage

This aligns with the documentation, and use which ultimately goes to `Session.request(cert=...)` [[docs](https://requests.readthedocs.io/en/latest/user/advanced/#client-side-certificates)]. It might have been caused by guessing that `Tuple` is like `List` and only has a single...