Bill Wallace
Bill Wallace
#### What's the problem this feature will solve? The issue is that I'd like to add a custom mapping for mime types based on things OTHER than the extension. To...
This is a simple change to be able to configure http-server via a javascript file. This change in particular allows replacing the before methods to perform more complex configuration tasks....
The cli wasn't creating modes or extensions that were quite buildable.
Loads plugins dynamically from a directory using the name of the plugin rather than the module definition itself, so that configurations can list things like: extensions: ["my-custom-extension"] and then have...
Adds a registration capability to add new synchronizers Based off the hanging protocol PR, but is intended to merge after that one. @sedghi and @swederik - this is a modified...
Fixes numerous issues causing real hanging protocols to not be definable or not work as expected, or work intermittently.
Fix a number of warnings and add some error messages on extension/mode load failure. Also tweak the config files to make them consistent with other branches.
The wrong call was being made to fetch the study instance uids, so it wasn't possible to fetch two or more instances at once.
Fixing some crash/hang issues in CS3D version of OHIF.
This fix allows the overlay tool to call an asynchronous retrieveBulkData method if the overlay pixeldata has a retrieveBulkData method, and then render the overlay correctly.