Hugh

Results 17 comments of Hugh

It's not specifically via token, but it does check all the boxes.

Consider adding backup and upload dropdowns, too..

#900 could be implemented in a generic enough way that it can be used to manage these policies.

Hi Sidney, thanks for the report. I can confirm that we also see this behavior in specific circumstances and we are looking into it.

It seems that the specific circumstances were adding an enum choice when there is no default choice selected. PR #845 addresses this and the change will be live on https://earlyaccess.tator.io...

Can get the major/minor/patch versions inside the makefile like so: ``` DOCKER_VER_NUM=$(shell docker version --format '{{json .Client.Version}}' | grep -Eo "[0-9]{1,2}.[0-9]{1,2}.[0-9]{1,2}") DOCKER_MAJ_VER=$(shell echo $(DOCKER_VER_NUM) | cut -f1 -d.) DOCKER_MIN_VER=$(shell echo...

@jrtcppv we could simplify the migration if we made another type that uses object storage (call it `GenericFileType`/`GenericFile`) and then move the existing `File`s over after the upgrade.