Eduardo Pinho

Results 254 comments of Eduardo Pinho

> Self-hosted repositories could be specified using this URL scheme: `repo/external?url=`. I'm currently not 100% certain if slashes etc would have to be escaped in the URL, but if so...

One may need to work on #28 first.

I was recently attempting to capture the numpad's directional keys, but on my x86_64 Linux machine, if NumLock is turned off, no event is produced when pressing any of the...

A deeper look into the [`glutin_window` event handler](https://github.com/PistonDevelopers/glutin_window/blob/master/src/lib.rs#L298) shows that the patterns for keyboard input always match for `Some(key)` in `virtual_keycode`. Can it be that pressing these keys is yielding...

Yes, good thing you've reminded me of PluginBase. I've updated the proposal to make it clear that both `PluginSet` and `PluginBase` become obsolete.

I have revised the proposal again in order to fix another flaw. We cannot load plugins if they do not implement a `Plugin` interface.

I have updated the proposal. After some rethinking, I figured that plugin-scoped resources still make sense.

While these ideas are interesting, it is too late for something like this to enter v3. Maybe Dicoogle 4? :)

Good question! It's been a while since I proposed that. :sweat_smile: My current assessment of this task is that there could be interest in a notification system that would tell...

Thank you for reaching out. Could you provide additional details about the DICOM instances in question (i.e. at least SOP Class, Transfer Syntax, file size), and how you configured Dicoogle...