topstop3416

Results 3 comments of topstop3416

![denon-error-10048](https://user-images.githubusercontent.com/37021873/97966716-30ee8e00-1df7-11eb-9ea7-c92c4fad653e.png) > { "$schema": "https://deno.land/x/denon/schema.json", "scripts": { "start": { "cmd": "deno run -A ./src/app.ts", "desc": "run my app.ts file" } }, "watcher": { "match": ["**/*.*"] }, "logger": { "debug": true...

> When opening a file with you can specify the encoding to use in case the DicomFile is missing the Special Character Set.`DicomFile.Open(string filename, Encoding fallbackEncoding)` very good,but how to...

> BTW, there is still #1654 open that applies the fallback encoding to a response and may help here. That PR has been forgotten somehow, I think... I am a...