grmble

Results 5 comments of grmble

@dch I don't think so - #70 just tries raw json before headers and params (in the context of wanting to use params with a colon - I am aware...

node-dicom can only parse DICOM files, there is no network functionality. It was planned but never implemented because QIDO-RS became a thing. I would recommend https://www.dcm4che.org/ but you'd have to...

After digging some more, the immediate problem seems to be the property handling in applyFacts. It's just domNode[key] = value; And the value in this case is an empty string....

Even easier: don't set the pattern property, set the attribute. Explanation: The behaviour for properties is as described above. For attributes, the virtual DOM uses setAttribute and removeAttribute. Which is...

@ingesolvoll I am simply using my fork in deps.edn, lack of release is not a problem for me. I do think the change works in a stable way, but I...