James Cobb-Walsh

Results 4 issues of James Cobb-Walsh

The documentation states that the `--upgrade` and `--upgrade-packages` [can be used together](https://github.com/jazzband/pip-tools/blob/6.4.0/README.rst#updating-requirements), however the `--upgrade-packages` flag is ignored when `--upgrade` is supplied. #### Environment Versions 1. OS Type: macOS and...

cli

The [builder issue sorting code](https://github.com/twisted/towncrier/blob/ab08d55885f3bfaf8250bc812bcb9d2f9935d8f0/src/towncrier/_builder.py#L251) and the [default template section item values](https://github.com/twisted/towncrier/blob/ab08d55885f3bfaf8250bc812bcb9d2f9935d8f0/src/towncrier/templates/default.rst) suggest that it's possible to have multiple issues per each fragment. Looking through the source code and the...

# What does this PR do? Implementation of a BERT-based token classification pipeline which can truncate texts longer than the max token length (512 or otherwise as specified by the...

### Describe the bug Making a request which has a very large payload (e.g. 50MB) usually receives a 413 error from the server it is calling. This means `raise_for_status()` returns...

bug