Nicolas Rannou
Nicolas Rannou
check the speed scroll in this demo http://gabiaxel.github.io/paper-fab-transitions/components/paper-fab-transitions/ however, without the toolbar it works properly. http://gabiaxel.github.io/paper-fab-transitions/components/paper-fab-transitions/demo/
## 🚀 Feature Proposal Support typed arrays in Immer. ## Motivation Sometimes typed arrays is just the best way to store data. One of the aspects is that if you...
The objective of this PR is to help our migration process to TS. We will be able to use both TS and JS then just get rid of JS when...
List plugins that could be useful to enable threejs for medical applications * Some medical data loaders/parsers * Slice geometry * Medical data shader (webgl1 and webgl2) * Volume rendering...
https://github.com/FNNDSC/ami/blob/master/src/parsers/parsers.dicom.js#L194 That should be opt-in somehow or do not embed the pixel data at all since it is way too big.
* Use web workers to see if loading performance can be improved. * Get rid of Progress Bar in loader. Findings: * One worker per DICOM file is not a...
... and return a meaningful JS Object representation.
* Create `src` subdir. * Create `package.json`. * Organize files as in lesson 00. - [X] Lesson 00: https://github.com/FNNDSC/ami/tree/dev/lessons/00 - [ ] Lesson 01: https://github.com/FNNDSC/ami/tree/dev/lessons/01 - [ ] Lesson 02:...
We should have 2 build: `next` that contains the latest development version. `master` that contains the latest 'stable' build. `next` build/pushed to NPM after every successful Travis build. `master` can...