Erik Ziegler

Results 13 issues of Erik Ziegler

…osition ### PR Checklist - [ ] Brief description of changes - [ ] Links to any relevant issues - [ ] Required status checks are passing - [ ]...

Stale :baguette_bread:
PR: Draft

### PR Checklist - [ ] Brief description of changes - [ ] Links to any relevant issues - [ ] Required status checks are passing - [ ] User...

Stale :baguette_bread:
PR: Draft

Credit to @dannyrb for finding this. https://developers.google.com/web/updates/2019/05/desynchronized

💻 Change: Implementation

While trying to fix https://github.com/OHIF/Viewers/issues/1350 I noticed that dcmjs fails to read the file that was provided. It loads fine with dicomParser.

bug

Test it with: ```javascript const fs = require('fs'); const dcmjs = require('./build/dcmjs.js') const buffer = fs.readFileSync('1-001.dcm'); const { DicomMessage, DicomMetaDictionary } = dcmjs.data; console.time('readFile'); const fullData = DicomMessage.readFile(buffer.buffer) console.timeEnd('readFile'); console.time('readFile...

From @pieper, it looks like the limit and offset parameters are not being applied.

See https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/cornerstone-platform/e3JAt5cIUtM We should be able to load images from file inputs as we can with the WADO Image Loader.

enhancement
up for grabs

Happy to announce OHIF and [Hack.Diversity](https://www.hackdiversity.com/) have been awarded a two-year grant from the Chan-Zuckerberg Initiative dedicated to advancing diversity and inclusion in the open-source science community! - We will...

Announcement :tada: