darintay

Results 6 issues of darintay

It would be great to be able to specify a prefix for S3 storage, so that instead of everything living in s3://my-bucket/... it can live in s3://my-bucket/with/some/prefix-... I'd like to...

stale

In multiprocess mode calling 'remove' on a metric/label doesn't actually remove it from the metrics output. Also, because of the disconnect between the Metric classes's remove and MultiProcessValue, the following...

There is some logic in parse_data_df (pasted below) that attempts to pick the best dimension to subset over first, but it isn't quite right. ```python def parse_data_df(data_dset, ridx, cidx, row_meta,...

**Description** Returning a gpu-backed tensor where one of the dimensions is size 0 causes the inference to fail with the error "message: failed to get cuda pointer device attribute: invalid...

bug
investigating

The inotify observer has a memory leak, specifically around moved files. I think I've tracked it down to this `_moved_from_events` dictionary in inotify_c.py. There is a `clear_move_records()` function that never...

bug
inotify
Help welcome :)

**Describe the bug** If there are ever 1000+ RTMP simultaneous connections, no future connections will ever be accepted (until restart). **Version** Tested with docker releases 5.0-r2, 5.0-r3 and 6.0-a2. **To...

EnglishNative