Patrick Wspanialy

Results 19 issues of Patrick Wspanialy

When starting an aravis program I sometimes get: `Failed to bootstrap USB device '(null)-(null)-(null)-2978000AF0CC'`. I'm not sure exactly why this happens but unplugging the device and plugging it back it...

1. bug
5. Usb3

The repo doesn't seem to be synced with the released zip file. I copied over the new files from the 1.3 zip.

the released tar and zip files for 1.2 are listed as version 1.1.1 in setup.py. Also, pypi is still at 1.1

When my model's `predict(self, tasks, **kwards)` function is called each task has a `data` field containing a dictionary and in my case, the dictionary has an `image` key with `gs://bucket-name/image-name.jpg`...

### Issue Description When attempting to use the `ls()` method on a `Bucket` object obtained from `b2sdk.v2.B2Api.get_bucket_by_name()`, I encountered a TypeError stating that the `Bucket` argument type is incompatible with...

more-information-needed

```dockerfile FROM runpod/pytorch:2.2.1-py3.10-cuda12.1.1-devel-ubuntu22.04 ``` using this docker file and running ```python import inference.models.yolo_world.yolo_world YOLO = inference.models.yolo_world.yolo_world.YOLOWorld(model_id="yolo_world/l") ``` causes the following error: ``` UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did...

# Pydantic V2 Configuration Warning with FastAPI Users + SQLModel ## Describe the bug Pydantic V2 configuration warning appears when using FastAPI Users with SQLModel: `UserWarning: Valid config keys have...

bug

# Feature Request: Enable OAK Camera Access Without Volume Sharing ## Why Currently, accessing OAK cameras in Docker requires mounting `/dev/bus/usb` as a volume. This prevents usage in environments that...

enhancement

### Describe the bug When exporting a MySQL table containing a `POINT` column (or other spatial data types) using phpMyAdmin, the exported SQL file omits the `PRIMARY KEY` and `AUTO_INCREMENT`...

Bug
affects/5.2
affects/6.0
confirmed/5.2