Baptiste Le Morlec

Results 8 comments of Baptiste Le Morlec

I used your example : https://rawgit.com/cornerstonejs/dicomParser/master/examples/dumpWithDataDictionary/index.html with google chrome and a break point juste after the `dataSet = dicomParser.parseDicom(byteArray, options);` in the index.html to produce the screen shot

I have the same problem, I created a Pull request where I try to fix the bug. Can you try my solution and tell me if it works for you...

> @Gaelik-git when will your solution be merged? > > how can i use it if it is not merged? I don't know if it will ever be merger. My...

What do you think about first making a MVP that would work with `Vec` ? We could have the generated code looking like for the download ? ```rust pub async...

Wouldn't the `text()` return an error if the content of the stream is not valid utf-8 ? Should we try to keep the same types for reqwest and hyper ?...

I get why we would like to return `reqwest::Response`, I tried it and it looks ok as it gives the user the ability to do what they want. I not...

I think doing this modification will break the current multipart implementation as it uses the [file method](https://docs.rs/reqwest/latest/reqwest/blocking/multipart/struct.Form.html#method.file) with the PathBuf input type

Duplicate of my ticket https://github.com/cornerstonejs/dicomParser/issues/143 ?