Natan Lao
Natan Lao
I implemented a naive workaround to this: ```python def url_for_query(request: Request, name: str, **params: str) -> str: url = request.url_for(name) parsed = list(urllib.parse.urlparse(url)) parsed[4] = urllib.parse.urlencode(params) return urllib.parse.urlparse(parsed) templates =...
@gopalsingh462 Are you referring to the [Flask documentation](https://flask.palletsprojects.com/en/1.1.x/api/#flask.url_for)?
Ok, thanks -- in that case, I'll defer closing this issue to you. I like the app a lot, by the way, thanks for your work on it!
> toil ssh-cluster on nonexistent cluster raises IndexError instead of a useful error message: It looks like this behavior is observed with almost all if not all of the Toil...
[No dice, unfortunately.](https://codecov.io/gh/HumanCellAtlas/data-store/compare/65e3ad79db0f77ae1124fed4a12d118e33f786d2...5b6a45f9316175696059d573cfcc58407e39a47a)
It looks like `ga4gh.github.io/data-repository-service-schemas/swagger-ui/` etc. is broken
I think I see the bug and can probably push a PR within the next couple of days. In that vein, I'm thinking of tweaking the build framework such that:...
I think the only thing needed to close this ticket is to add some test to ensure that the build system is working as expected.
For sure - would it be appropriate to transfer this issue to ga4gh/cloud-schema-builds then?