Brian Tate

Results 102 issues of Brian Tate

The following stack trace occurs when developing on python 3.12 (and likely above): ```python /usr/lib/python3.12/site-packages/setuptools/dist.py:520: SetuptoolsDeprecationWarning: Invalid version: 'DEVELOPMENT_VERSION'. !! ******************************************************************************** The version specified is not a valid version according...

The multibucket API wrapper in store.py appears to have an API in compatibility with min.io servers. Steps to reproduce: 1.) Configure a min.io project specific bucket. 2.) Attempt to upload...

MediaType objects define an overlay_config. The overlay config is then processed to utilize the draw layer once or per-frame based on this configuration. Currently, the features are limited to time...

This causes visual anomalies in the canvas coordinate calculations.

The changelog was constructed in a world before metadata was thought to benefit from an SCM-based approach. With mark-based versioning applying a change log to metadata is superfluous. However, the...

When fetching millions of records in a single rest request, its possible the request ends up resulting in a 502 timeout. It would be more elegant and proper to return...

Piggy backing off of https://github.com/cvisionai/tator/issues/1567 -- extend this to compare versions themselves. This should allow someone to see the top-level differences between version A and version B. There are a...

Be able to visualize all the marks and all the versions of an object in a "tree". Suggested to utilize a canvas element as the information could be dense and...

Each row in db can be protected indpendently of another with row-based security.

Currently we have a datetime attribute type, but one dedicated solely to time of day would be useful for a variety of analytic lookups.