Charles Tapley Hoyt

Results 728 comments of Charles Tapley Hoyt

@haideriqbal I'd appreciate a second look at this - I can confirm that `mvn clean test` works for the code I modified. The test failures are likely unrelated, and are...

Related: https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1605

If you're going to update this field, you might want to start returning synonym types in addition to the text itself

Potential fix in https://github.com/EBISPOT/ols4/pull/980

It looks like it's in the works, check https://github.com/astral-sh/uv/pull/7976 and https://github.com/astral-sh/uv/blob/main/python/uv/_build_backend.py. It just hasn't been completed/announced yet note: I'm not part of the uv team, just an excited observer

Can we have an addition to the `--build-backend` argument of `uv init` to accept uv in preview mode? I think this makes sense in general, but also will make it...

I think these are nice heuristics, but there are _lots_ of corner cases. A nicer alternative would be to use something like the Bioregistry as a pre-defined prefix map, and...

FYI this OBO PURL convention is a special case, which I submitted a fix for in https://github.com/EBISPOT/ols4/pull/937

so inside the ebi_ontologies.json, there's a field called "creator". For example: https://github.com/EBISPOT/ols4/blob/e2a39ebeca4095da4f8fed21a26eff8523f475be/ebi_ontologies.json#L1541-L1543 this doesn't get translated into the frontend anywhere. in the first few lines of https://github.com/biopragmatics/obo-db-ingest/blob/main/export/hgnc/hgnc.obo, I've annotated ```...

@tarleb I adopted the same kind of error handling you added to adding contributor information - now it will print the errors during build but then move on without causing...