Anders Riutta

Results 25 issues of Anders Riutta

## Case 1 I (`I` capital "eye") vs. l (`l` lowercase "ell") with just `LATIN` Code: ```py from confusable_homoglyphs import confusables confusables.is_confusable('I', preferred_aliases=['LATIN'], greedy=True) ``` Expected: at least `l` Actual:...

I'm confused as to why I'm getting different results for `ㅋ` vs. `ᄏ`. The Unicode site gives the original plus [2 additional homoglyphs](https://unicode.org/cldr/utility/confusables.jsp?a=%E3%85%8B&r=None) for `ㅋ`: > ㅋ ᄏ ᆿ But...

The current code has the following message three times for the Node.js document loader: ``` TODO: disable cache until HTTP caching implemented: ``` - [1748](https://github.com/digitalbazaar/jsonld.js/blob/e63baf5efb394b327ce7eff8e079df6cd87e9d0a/js/jsonld.js#L1748) - [1776](https://github.com/digitalbazaar/jsonld.js/blob/e63baf5efb394b327ce7eff8e079df6cd87e9d0a/js/jsonld.js#L1776) - [1857](https://github.com/digitalbazaar/jsonld.js/blob/e63baf5efb394b327ce7eff8e079df6cd87e9d0a/js/jsonld.js#L1857) I...

To use the webservice.bridgedb.org HTTP API, a client library needs copies of these files from the BridgeDb webservice JAR: * [organisms](https://github.com/bridgedb/BridgeDb/blob/master/org.bridgedb.bio/resources/org/bridgedb/bio/organisms.txt) * [datasources_headers](https://github.com/bridgedb/BridgeDb/blob/master/org.bridgedb.bio/resources/org/bridgedb/bio/datasources_headers.txt) * [datasources](https://github.com/bridgedb/BridgeDb/blob/master/org.bridgedb.bio/resources/org/bridgedb/bio/datasources.txt) In the Swagger docs, there...

To make the webservice easier to use, let's look into supporting aliases for `systemCode` for the webservice. This can be broken into two parts: 1. [ ] support conventionalName (e.g.,...

enhancement
webservice

This endpoint doesn't filter results by dataSource: ``` curl -d $'ENSG00000083093\tEn\n1234\tL' http://webservice.bridgedb.org/Human/xrefsBatch?dataSource=S ``` It should just return results for `S` (Uniprot-TrEMBL), but it currently returns all results: ``` ENSG00000083093 Ensembl...

bug
webservice

Would anyone find it useful for BridgeDb to support the [NCBI Taxonomy](https://www.ncbi.nlm.nih.gov/taxonomy) for identifying organisms? Some time ago, I mapped each of our supported organisms to its Taxonomy IRI, but...

question

@egonw and I were discussing preferred IRIs for Xref properties in BridgeDb, and we'd welcome input from other community members on this. This webservice endpoint http://webservice.bridgedb.org/Human/attributes/En/ENSG00000139618 returns: ``` Description BRCA2,...

question

Already opened an issue, but here are the changes I made. This pull request would also need to be merged into gh-pages to actually work. In the demo, some of...

Hi there, wanted to send you a shout-out for some cool repos and also point out an update I made but can't send a pull request for. In the demo,...