Joe Heffer

Results 8 issues of Joe Heffer

It would be easier to use the code if type hints were used here https://github.com/trungdong/prov/blob/master/src/prov/model.py#L1829 like this: ``` def agent(self, identifier, other_attributes=None) -> ProvAgent: ```

enhancement
documentation

Hi, I'm using Klar v2.4.0 Linux 64-bit binary with Clair v2.1.4 (I'm running Clair using docker-compose using the `image quay.io/coreos/clair:v2.1.4`) running on Ubuntu 20.04. I'm trying to run a scan...

Hi, We're attempting to use the 52deg North Sensor Observation Service APIs provided by [DEFRA UK-AIR](https://uk-air.defra.gov.uk/data/about_sos) (i.e. UK government air quality data service). We're struggling to use the spatial filter...

#### Problem description I am trying to stream a binary file from Azure Blob Storage. I expect to be able to iterate over chunks of the data set, but I...

I'm trying to run the Raspberry Pi version 3 with the latest OS image and I get the errors: `usbnet: failed control transaction: request 0x2143 value 0xe index 0x0 length...

Hi, When I try to retrieve a single item from a MongoDB collection and it isn't present, I want an error to be raised, which is the purpose of [Collection.find_one_or_404](https://flask-pymongo.readthedocs.io/en/latest/#flask_pymongo.wrappers.Collection.find_one_or_404)....

I have a problem with the error `'ReadOnlyWorksheet' object has no attribute 'defined_names'` when loading a workbook. Stack trace: ``` File "/opt/my_project/utils/excel.py", line 55, in load_workbook return openpyxl.load_workbook( File "/usr/local/lib/python3.10/site-packages/openpyxl/reader/excel.py",...

I am using - [MQTTnet](https://www.nuget.org/packages/MQTTnet) 4.3.5 - [MQTTnet.Extensions.ManagedClient](https://www.nuget.org/packages/MQTTnet.Extensions.ManagedClient/) 4.3.5 ### Describe the bug When I run `ManagedMqttClient.StopAsync()` the task hangs on this line: https://github.com/dotnet/MQTTnet/blob/4e3ede42c60a6beafbc446efe13ee34a2d87ba75/Source/MQTTnet.Extensions.ManagedClient/ManagedMqttClient.cs#L286 ### Which component is your bug...

bug