Results 117 issues of James Adams

Our test case for Hargreaves PET is just a `pass` statement. Let's add something here instead to provide a meaningful test case.

**Is your feature request related to a problem? Please describe.** We've decided to try using SonarCloud for test coverage reporting. **Describe the solution you'd like** Integrate the [SonarCloud test coverage...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

**[How to craft a useful, minimal bug report](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)** **Describe the bug** In order to get tests passing again we need to fix various issues such as this: FAILED tests/test_utils.py::test_transform_to_366day -...

I want to obfuscate my code (change the names of fields and functions to nonsense) so I can submit it (reasonably) safely to services such as StackOverflow or ChatGPT. Once...

I am attempting to use the package as described in the README, e.g. creating an ONVIFCamera instance for later use to access related ONVIF services. My code looks like this:...

The section in the README related to creating an unofficial service is not accurate. The documentation shows that `create_onvif_service` should be called with a WSDL location, xaddr, and service name...

In order to create a subscription for notification events, (I think) I need to issue a request to `NotificationProducer.Subscribe`. I propose to add a new `notification` service in **definition.py** as...

I want to obfuscate my code (change the names of fields and functions to nonsense) so I can submit it (reasonably) safely to services such as StackOverflow, ChatGPT, and Claude....

- [ ] conversion of Darknet (YOLO) to/from COCO - [ ] conversion of PASCAL to/from COCO - [ ] conversion of TFRecord to/from COCO - [ ] conversion of...

enhancement