Chunlei Wu

Results 67 comments of Chunlei Wu

nice summary comments about `poetry` v.s. `hatch` at https://github.com/NCATSTranslator/reasoner-validator/pull/54 (thanks @andrewsu pointed us to it). We should do some evaluation for our particular use case.

should be resolved in this merged PR: https://github.com/newgene/biothings.api/pull/42. Also this PR: https://github.com/newgene/biothings.api/pull/43 resolves a test failure in Python 3.6. @erikyao please verify it works as expected.

alternatively, we can reuse `q` parameter, but use an "as_filter" flag to indicate if the query should be queried as a filtered query or not. In this case, no combination...

Just noticed that Slack now allow generating a sharable invitation link (can be set to "never expire") for new users to sign up. If that works well, we probably don't...

Probably need to do the same for "Sources" and "API" tabs.

This is not specific to an individual hub API, should be related to how we store these datetime values and/or how to retrieve/encode them in JSON from the hub API....

close this one as it has been fixed quite a while ago.

Per our discussion, the tests for a data plugin can work this way: 1. add a "tests.py" file under the data plugin folder. Here are some psudeocode: ``` class TestDBNSFP(BiothingsDataPluginTestCase):...

User TestCase can be written like this: ``` class TestDBNSFP(BiothingsDataPluginTestCase): # these should enable some basic/common tests based on user provided data below ids_should_exist = [] fields_should_match = [ (_id,...

@ag1805x can you provide the full traceback error and other relevant information (package and Python version, OS etc)? Or give it a try directly in a Python console to see...