Dave MacFarlane
Dave MacFarlane
This adds support to LORIS for optionally compressing the response to the client if the `Accept-Encoding` header includes support for gzip using a new PSR-15 middleware. In this pull request...
In the DICOM de-identifier tab, after clicking "De-identify" the only way to tell that it's currently working is by hovering the mouse over the "Dicom Field" column of the table...
When I try running acme-twitter under 9front I get the error: ``` panic: open /usr/driusan/.trc: '/usr/driusan/.trc' does not exist goroutine 1 [running]: main.main() /usr/driusan/gopath/src/github.com/sirnewton01/acme-twitter/main.go:32 +0x71c term% acme-twitter authorize panic: open...
When using the NDA Editor or Instrument Builder and you try and save locally instead of a "Save as" dialog it gives you a message like "Terms Information Saved in...
When trying to use brainverse, you first need to log in with GitHub OAuth and it requires read/write access to both public and private repositories. I can't think of any...
This implements the endpoint that is listed as "aspirational" in the dataquery api schema to load the results of a previously run query. It was originally left out for fear...
This adds the ability for other modules to add custom actions to the "Next Steps" of the dataquery module. An example of an "Action" that might be added is a...
The LINST format uses `decimal(14, 4)` (previously `decimal(10,0)`) for the data type. This is not necessarily the right type for all fields, depending on what type of question is being...
There is a function in SinglePointLogin named "save" that was commented out 5 years ago. It doesn't seem to be used.
This updates the instrument_manager to create a .meta file for uploaded LINST instruments to use JSON for saving data, rather than running the generate_tables_and_test_names script. This is more robust, doesn't...