David Manthey

Results 148 comments of David Manthey

Are there any visualizations that treat integers as distinct from numbers or only handle integers? On Tue, Jun 28, 2016 at 5:05 PM, Alex Bigelow [email protected] wrote: > For the...

I've already found Resonant Lab useful for detecting bad data in a data set. If I'm expecting integers and the column appears as number, that is quite useful to me,...

If the quad is on a geojs feature layer with the quad.video feature capability (e.g., `map.createLayer('feature', {features: 'quad.video']});`), then you should be able to render the video directly in the...

Although this is addressed by PR #69, this issue should remain open until a modern viewer is used.

We use the Girder LDAP plugin (https://github.com/girder/girder/tree/master/plugins/ldap). I don't know enough about LDAP to know what would be needed to support what you want. Since we are using pyldap under...

You can extract times from the object ids used for annotations and annotation elements. These are Mongo IDs which have the time encoded within them (you'd have to check the...

You can just add the plugin. If you are using the docker-compose deployment, you can add it as part of the provisioning step. Otherwise, you do a pip install of...

@ds2268 You mentioned that things were slowing down after a few hundred annotation elements. Can you pull the latest dockers and see if the performance has improved for you?

I don't know -- the exception looks like the program can't find a running docker service on the local machine. Does `docker version` report both a docker client and server...

Adding the `LABEL com.nvidia.volumes.needed=nvidia_driver` should make the gpu device request get invoked, even if that label doesn't do any good otherwise. Alternately, you can pass `device_requests` as part of the...