tymiao1220

Results 6 issues of tymiao1220

Hi Developer, I am wondering is there a way to directory an archive to a name with '/', var NameWithSlash = 'Folder 1/2'; archive.directory( '/path/to/be/archived', '/des/path/'+NameWithSlash, { date: new Date()...

I am using npm to install latest version of AMI, and when I import to use them, I got error syntax like `TS2339: Property ' ' does not exist on...

Hi, I realized there is a `editor_draw` function which allows user to modify their segmentation result, it works good and it is very useful. I am bit wondering is there...

I am about to develop an image viewer plugin using itk-wasm, and have the package.js as following, ``` { "name": "@girder/itkvtkviewer", "description": "A Python and REST API for Medical Image...

macOS: 10.14.6 Vagrant: 2.2.6 VirtualBox: 6.0.14 Girder: master When I did Vagrant up I got error `fatal: [default]: FAILED! => {"changed": false, "cmd": ["/home/vagrant/.virtualenvs/girder/bin/pip3", "install", "--editable", "/home/vagrant/girder"], "msg": "stdout: Obtaining...

Dear Girder team, Thank you for the nice platform, we have used it and other related plugin like HistomicsUI to build our own pipeline workflow for a while, it is...