Alexander Clausen
Alexander Clausen
> If I could point to a particular flaw right now is that the web interface doesn't handle incompatible DM files very well - it just rejects creation of the...
Some software, for example in STEM simulation, uses a directory full of small binary files as the result. We need to test if we can support this in a high-performance...
We may want to support non-string arguments to `load`, meaning we need to look at `detect_params` functions and make them more robust. > I also just discovered an unhandled case...
When using the `PipelinedExecutor` in an `ipykernel`, the "interrupt the kernel" button sends a `SIGINT` to the whole process group, so including the worker processes spawned. We need to think...
sometimes, reloading fails with the following errors: ``` Validating models... 0 errors found Django version 1.2.3, using settings 'testing123.settings' Running django-devserver 0.0.4 (0477c17a47a251d58531b957fd480eff6e6d6d3d) Forked server is running at http://127.0.0.1:8000/ Quit...
Setup integration testing with selenium to make sure the JavaScript initialization works. Maybe even on different browsers via Sauce Labs.
Modes may depend on other modes / addons or a separate CSS file. Use AMD or something like that to automatically load these dependencies (or precompute dependencies?)
Title says it all. I also added instructions for testing on Python 2.7 to the CI README. Test is a bit long-winded, comments/improvements welcome
Fixes #1630 ## Contributor Checklist: * [ ] I have added or updated my entry in [the creators.json file](https://github.com/LiberTEM/LiberTEM/blob/master/packaging/creators.json) * [ ] I have added [a changelog entry](https://github.com/LiberTEM/LiberTEM/tree/master/docs/source/changelog) for my...