Luca Cappelletti

Results 85 issues of Luca Cappelletti

### Feature description [Font awesome](https://fontawesome.com/) is a website providing standardized font-based icons, with several of them being free. I want to add support for font-awesome-based icons as an option other...

enhancement

As per title, adds suppory for font-awesome-based icons matched with the emojis to the best of my abilities. This is simply added as additional consts dictionaries. Closes #553

Hi! I am one of the creators of the [🍇 grape 🍇 library](https://github.com/AnacletoLAB/grape). We have 80K+ graphs in the automatic retrieval portion of the library, most from real-world biomedical papers....

enhancement

Hi, I am not sure whether there is a method in the trie that returns the number of elements in the trie. Is there?

### Describe the bug Duplicates in node list: ["PCO:0000030"]

bug

### Describe the bug The provided graph name and version contains the following duplicated nodes: ["GO:0003824", "NCBITaxon:2"] ### To Reproduce Investigate node list. ## Expected behavior Node list should not...

bug

All of the 149 graphs currently available only have a single node type, [`'biolink:NamedThing'`](https://biolink.github.io/biolink-model/docs/NamedThing.html). This is most likely a transformation bug.

bug

As per title, I have implemented [`DoubleEndedIterator`](https://doc.rust-lang.org/nightly/core/iter/trait.DoubleEndedIterator.html) for [`BitFieldVecIterator`](https://docs.rs/sux/latest/sux/bits/bit_field_vec/struct.BitFieldVecIterator.html). I have added in the test suite a couple of tests to verify that the double-ended iterator works as expected. I...

This PR is strictly dependant on [this other PR on fid-rs](https://github.com/laysakura/fid-rs/pull/27) being merged and the new crate being published. Do not merge this PR before the fid-rs PR is merged.