James Collier
James Collier
Being able to install via NPM would probably be nice and lower the barrier to using zephyr
As mentioned in #64, Nix makes setting up a build/dev environment much easier.
Many SCENIC jobs are very long running and a user can wonder if progress is being made. Having a mechanism to track progress would be very useful.
It would be nice to be able to add presentation theming hints in the markdown metadata that override the Lia theme. e.g. * The "logo" could be displayed in the...
The MD file here: https://raw.githubusercontent.com/jhc-at-home/scratch/master/README.md contains: ```markdown Solution ### A Header 1. Yes, add explanation here **TODO**: add image ``` LiaScript renders: ```pre Solution ``` Github renders: Solution ### A...
The overlap in functionality between these tabs is very large. Here are some design mock-ups: * Mockup 1  * [Implementation 1](https://github.com/aertslab/SCope/discussions/501) This used the `shift` key to change...
I apologise for another massive PR! There are a few interesting changes here: 1. The "Gene" and "Compare" pages have been merged. They do **NOT** display anything yet (except for...
https://github.com/mverleg/array_storage_benchmark
This is a tracking issue: - [x] Set up FastAPI #286 - [x] Set up SQLAlchemy and database #321 - [x] Client authentication flow (through ORCiD) #322
Just a general comment. I noticed that the import of this module (and others) is not named consistently. I have seen actionTypes been imported as `Action`, `t`, `AT`... which makes...