Eduardo Pinho
Eduardo Pinho
> For example in Orthanc, we can make a custom Lua script for hooking to done/final study. > > Which is great for web based system when we can make...
> We _have_ had some discussions about some kind of `#[snafu(display(false))]` style option that would disable the creation of the `Display` implementation, letting the user define it completely by hand....
I suppose the main clash comes from SNAFU having a dedicated type for error reporting, rather than choosing to combine both handling and reporting into the constructed error types. While...
I wrote a game in Rust for the [DOS Games July 2024 Jam](https://itch.io/jam/dos-games-july-2024-jam), will post a PR soon.
Hello! From that description, it appears that the DICOM file has an empty File Meta Information Version (0002, 0001). This field must have a value containing two bytes (00h, 01h)...
I'm afraid that that would be the best you can do if you want to use `snafu::Whatever`. But in this case you might be better served with your own error...
> I want the whatever semantics, because I want to box the previous error generically without really caring about its type, as long as I can convert it fluently. As...
> I also have to have something [like this](https://github.com/influxdata/influxdb_iox/pull/695/files#diff-caeafed81cc2695ba649974d20ed631f6175fe666a7460335edf18c16b1958d2R188) in place. That could bring some issues. Snafu should take care of converting the source for you. Too many calls to...
Thank you for reaching out! > 1. Am I correct that you would like to add support for when "(0028,0101) Bits Stored" is 1? Yes, this would be for handing...
Could be a duplicate of #174, as that repository is relying on workspace inheritance for some fields.