Eduardo Pinho

Results 254 comments of Eduardo Pinho

Hello! Thank you for your interest in DICOM-rs. Yes, it makes sense to continue expanding towards higher-level abstractions, for both SCU's and SCP's. While I am not entirely sure how...

Yes, the `pixeldata` crate from the DICOM-rs project is at an early stage, but it supports JPEG 2000 encodings via GDCM bindings. You can try it out with the upstream...

@hmeine That's a good gotcha to keep in mind, thanks. Does that apply to transfer syntaxes with encapsulated pixel data? I suppose that these concerns will arrive when implementing the...

I just stumbled upon this issue. Can't help but chime in. I am also an MS-DOS enthusiast, and I made some attempts to target DOS via DJGPP some months ago....

Not sure if this helps in any way, but maybe it's worth checking whether the relocation resolution matches the COFF specification as presented in the official DJGPP website. http://www.delorie.com/djgpp/doc/coff/

That's interesting. I just tried that out with this: ```rust // imports, root attributes, panic handler, and other declarations omitted #[start] #[no_mangle] pub extern "C" fn main(_argc: isize, _argv: *const...

Whelp, I don't have much to show for it this time. I can be sure that the program runs the declared main function, as performing thousands of volatile writes leads...

@arbruijn Thank you for sharing this. I'm afraid that I haven't gotten it to work yet. Is it only meant to work on non-linked COFF object files? How did you...

Actually, any major change to a peer dependency's version should result in a major version bump in the dependent. Making it a `devDependency` isn't necessary unless you really need it...

I believe #26 should also be considered alongside those issues. Like #95 and #12, it's something that users may wish to opt in for a particular project. > - #84...