Jay
Jay
A single Hypothesis group is used to pull annotations. Maybe a user would want multiple for different subjects. These can then be used in the annotation template and in the...
Would be handy to have a set of rules that automatically adds tags to pages from a certain domain. e.g a "paper" tag for publications from nature or any other...
Dashboard: * Table listing tags and number of notes in each tag * Bar chart showing number of notes added per day/month * List URIs with many notes Use [tui](https://github.com/fdehau/tui-rs).
Think about more tagging and linking functionality. Some ideas: * [ ] Linking an annotation to another like a footnote. Maybe with a special tag like gooseberry_link_a1_a2, or using the...
This is a bit hacky now, checking for vec![""] instead of an empty Vec.
Both gooseberry and the rust [hypothesis](https://github.com/out-of-cheese-error/rust-hypothesis) crate have a lot of unnecessary allocations and clones. Could use a once-over.
Rewrite to not use dictionary or warn user if same name is used twice.
- [ ] PDB parsing should throw sane errors and have the correct residue length - [ ] k-mer based fragments should have the right length - [ ] radius...
## Problem Needs more thorough testing of all functionality and edge-cases ## Additional context Results from `cargo llvm-cov test -- --test-threads=1`: ``` Filename Regions Missed Regions Cover Functions Missed Functions...