Taylor Hanayik
Taylor Hanayik
@jens-ox , This does look like a great improvement to the dev experience. - I think it's best to keep `src/index.html`. I regularly use `npm run dev` while editing the...
@jens-ox, This draft looks good to me (with the exception of the comment below). It will be nice to have the demos update in real-time during development. Are you happy...
@jennydaman , thanks for starting the list. We can work on fixing them over the next week or so.
many of these items are resolved except for the `unknown` location type. We can update that soon.
@pjkohler , The viewer uses [Niivue](https://github.com/niivue/niivue), which has the ability to limit the number of preloaded volumes (aka `frames`). It looks like OpenNeuro have configured this to 5 volumes [here](https://github.com/OpenNeuroOrg/openneuro/blob/c2dde6bfb62ca127d39a137e26bb48df62d244fe/packages/openneuro-app/src/scripts/dataset/files/viewers/file-viewer-nifti.tsx#L18)....
@nellh and @effigies, this issue probably doesn't require any action if #3055 is merged in. There's no need for additional OpenNeuro UI components to navigate multiple volumes if the NiiVue...
Could you describe the weird things a bit so that we can have more info? I think we could definitely do some cleanup by removing some event listeners via a...
@jennydaman, is this giving you problems? Reopen the issue if so. In our Niivue Desktop app, we have used `useContext` for the `Niivue` instance data. Have you tried this approach?...
@kolibril13 , I like the side-by-side look a lot. I think this would be a great thing to add to the demos once #865 is merged in. The demos will...
@korbinian90 , We are working on making the use of `string` IDs and `int` indices more clear. This is part of the documentation PR #890. As you say, the code...