Bryon Lewis

Results 56 comments of Bryon Lewis

I downloaded the source dataset and even other conversion tools outside of ffmpeg were having issues displaying any data from it. Imagemagick was able to chop it up into manageable...

We need to fix the image conversion and video conversion to not provide the annotator tag if the data isn't properly converted because of some other issue which doesn't cause...

We have talked about implementing a tileserver for other data as well. It can be done within girder3 fairly easily using the large_image plugin. With the annotator referencing the large_image...

how long did you give it? On windows it can take a minute or two.

Sorry can I get a bit more info? Looks like windows OS. What was the card and is this a laptop that has dual (Intel integrated and GPU) cards available?

> @BryonLewis how much of the import/export and/or sealion work is related to this? The current scoping of the sea lion work didn't have a plan for automatically scanning and...

Gathering some knowledge for what is required for this task. https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options https://nodejs.org/api/child_process.html#child_process_subprocess_kill_signal We don't save the job object, we do save the PID but that is only valid for the...

Yeah there is infrastructure already for killing by PID and I can use that for the process so that is what I'm using. To represent the state of a Job...

This is being placed on hold until we can guarantee that there are no abandoned child processes when sending signals to the launching process.

I think really the hardest part is how to succinctly convey to the user that "X" configuration toggle changes the behavior in the way that Brandon mentioned.