Troels Arvin

Results 12 issues of Troels Arvin

If your LDAP server has a limit on how many results to pull at a time, it seems paged result set handling is needed: https://gist.github.com/mattfahrner/c228ead9c516fc322d3a

I'm trying to use dicom-rs' dcmdump to dump the tags from a study, but I get the following error: ``` [ERROR] Unsupported transfer syntax `1.3.46.670589.33.1.4.1` Backtrace: 0 ::generate::hff413310915a3adf /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-0.6.10/src/backtrace_shim.rs:15 dicom_object::UnsupportedTransferSyntax::build::hf95a3e625202c151...

A-lib

I'm iterating over a large set of DICOM files. For a significant subset of the files, dicom::object::open_file() fails with error "Could not read data set token". I'm not sure I...

bug
help wanted
A-lib
C-parser

It would be great, if a _findscu_ tool be added, along with the existing _storescu_ and _echoscu_ tools. That way, there would be example code demonstrating how to perform query/retrieve...

C-tool

Hello, I have the code below; when it runs, it results in the following output: ```xml seralized: ``` I would like to print it in a prettyfied way, i.e. with...

enhancement
help wanted
serde

headers has a _text_utf8_ constructor for ContentType. I suggest a _html_utf8_ constructor be added, as well, resulting in ``` Content-Type: text/html; charset=utf-8 ``` Motivation: If the charset is not set...

The following code results in _Result: HTTP error: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("aarsdalehoeker.dk")), port: None, path: "/", query:...

isahc's reliance on http::Uri makes it cumbersome to work with URLs which have hostnames with non-ASCII characters. I suggest that isahc switch to using url::Url instead of http::Uri. Motivations: -...

breaking

In the "CPU microcode" section, it currently states: "It seems that the new Intel’s microcode archive (2017-12-15) provided with the latest Red Hat’s microcode_ctl update includes **three new files**: 06-3f-02,...

I'm involved in a database server migration task where I need to move all databases from an old server to a fresh Postgres installation. For this, I'd like to have...

enhancement