Jacob Nesbitt

Results 28 issues of Jacob Nesbitt

On several of my projects, this has recently started happening when either running `girder build` or `girder serve`. Below is the error from one such occurance: ``` Traceback (most recent...

The Issue here is that there's no flag for serving in development mode, and to do so would require creating a config file.

Now that https://github.com/girder/girder/pull/3300 is merged, the capability exists to automatically build previews for the client through Netlify, so that we can see client changes without having to spin up locally....

Type: Housekeeping

**Describe the bug** When the [`init`](https://github.com/Kitware/dive/blob/d4db37a08fc5681220897b560c5c165aa60cd5da/client/src/components/annotators/ImageAnnotator.vue#L306-L334) function is called, `data.ready` isn't set back to `false` when `local.quadFeature` is set to `undefined`. This means that there is a period of time...

Type: bug
Difficulty: good first issue

I'm looking to subscribe to a state mutation like is done [here](https://vuex.vuejs.org/api/#subscribe). I know this can be accomplished through `store.original.subscribe`, but that doesn't seem to preserve type information. Is there...

Currently, the view for creating a temporary signature for GET requests looks like this https://github.com/ResonantGeoData/ResonantGeoData/blob/417c9207d84b7fde884b42f943fd34298317b946/django-rgd/rgd/rest/viewsets.py#L60-L64 With the only field returned being `signature`. It'd be good to also include an `expires_at`...

- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...

bug

Here's a code snippet (taken from [here](https://github.com/dandi/dandi-api/blob/6cbad5f1da8d880a7d4a7046af8d4cd6e32e2e25/dandiapi/api/views/asset.py#L45-L72)) that represents what's currently required to generate a presigned URL from a model using S3FileField ```python storage = model.blob.storage if isinstance(storage, S3Boto3Storage): client...

Currently, there's no way to cancel an upload of a single file or of a list of files. In the case where there are many files being uploaded, there would...