Denis Yuen
Denis Yuen
For clarity, it seems to me that there is a bit of a difference between writing a Docker container that uses the [user](https://docs.docker.com/engine/reference/builder/#user) command to set a specific non-root user...
Adding to this. It is not clear how to associate an ORCID with my authorship on software that I've gotten into the Zenodo ecosystem via GitHub integration. When editing an...
The idea would be to import a tool from a tool repository/URL. If the tool has imports or includes, it would need to resolve them appropriately relative to the URL....
:+1: Think we headed down this route with https://github.com/ga4gh/tool-registry-service-schemas/issues/82
> If we were to try to implement it though I do think it would provide considerable challenges, security concerns and barriers to new implementors. FWIW, while the official TRS...
Same here, we've been poking around at OpenAPI 3, but swagger-codegen is almost but not quite ready for compatibility. https://github.com/swagger-api/swagger-codegen#compatibility
@brainstorm thanks for the tip, in a different issue much later we found that swagger-codegen 3.0.4 also works https://github.com/ga4gh/data-repository-service-schemas/issues/230#issuecomment-461082972
TRS uses HTTP headers for pagination links, similar to GitHub's API https://github.com/ga4gh/tool-registry-service-schemas/blob/2.0.0/openapi/openapi.yaml#L209 https://docs.github.com/en/free-pro-team@latest/rest/guides/traversing-with-pagination
(note related discussion in https://github.com/ga4gh/TASC/issues/29 ) > For example, it becomes pretty difficult to page over responses if you are using tools like `curl` and `jq` if the pagination is...
FYI @apmasell