Jacob Nesbitt
Jacob Nesbitt
@pennersr any update on this? With the current implementation, querying for specific key/value pairs within a `JSONField` is a bit awkward.
@ud803 Here is an easy way to get around this for now: ```python from arango.http import DefaultHTTPClient class NoTimeoutHttpClient(DefaultHTTPClient): """Extend the default arango http client, to remove timeouts for bulk...
> CORS isn't set up for this app: Girder expects requests to originate from `viame.kitware.com` and not netlify. I think I know what you mean by this. However, I've done...
I think having a staging instance is a good idea, and it would solve the issue you mentioned around mismatched data models, but it raises some questions. For one, we'd...
We could have an endpoint for a folder that returns if it's currently being processed or not (which would just run a check on jobs), since the post-process job could...
> When I run it on my test data, it takes roughly ~20 seconds, not sure if that's long enough. It definitely takes longer for the video to convert, but...
> @AlmightyYakob, would you be interested in implementing this? > > I'm thinking we probably want to have a general interface for plugins to reach out to their endpoints for...
> > It'd be good to also include an expires_at field, which would indicate the unix timestamp at which this signature expires. > > I'm also thinking that we should...
1. I installed Python 3.10 through APT 2. I also have `3.8.10` and `3.9.14` installed, both also through APT. 3. I installed virtualfish through pip as the docs specify, using...
To whomever this may be helpful to, we've implemented a kind of zarr-checksum on the DANDI project: https://github.com/dandi/zarr_checksum This might be too high level for what's being discussed here, but...