Henry S. Harrison

Results 7 comments of Henry S. Harrison

Any idea for configuring nginx for serving from a subpath? I'm trying to serve it from `/tasks` and `/projects` but not `/` (I would be okay with `/task/tasks`, `/task/projects` if...

I'm hitting the same exact error, after installing CVAT to GKE using my own manifests (with the official helm chart as a starting point). Have you had any luck? I...

We found the problem, or at least the solution: adding `nginx.ingress.kubernetes.io/use-regex: "true"` to the Ingress annotations. Therefore @Julian-Marco I believe the observed behavior is a symptom of Ingress not working,...

Actually it occurs even if an exception is not encountered. The results of the trial are not recorded, and the experiment sections are not marked as started or completed, but...

I think this can be accomplished with what I ended up calling a ["heterogeneous experiment structure"](http://experimentator.readthedocs.io/en/latest/creation.html#constructing-heterogeneity) which allows you to associate an IV with a design. That said, it is...

See here: https://github.com/argoproj/argo-cd/pull/9264#issuecomment-1125274276 It's implemented, just waiting for the next minor version release. In the meantime there are instructions to build it at the comment above. (not an ArgoCD maintainer,...

I didn't know about Box2D... looks interesting. I have to reconsider whether I even need what I propose here... In any case, the adapter approach is sensible - glad I...