Kyle Ferriter

Results 43 comments of Kyle Ferriter

I'm working on some code that relies on this change to the requests_toolbelt package. I can use the latest version from the repo, but is there an idea for when...

Timedelta has a total_seconds but it does not handle any sort of conversion from *months* to seconds. Month is not a standardized time interval unit. It is only useful for...

I'm not sure there is a single function for parsing those complex date interval notations. There are a lot of cases to handle there, and inferring when the second value...

To get the state in a json format you can use something like the following: `curl -X GET https://chronos-node:8080/v1/scheduler/jobs/summary` Unfortunately that leaves out most of the data from the regular...

@ptaoussanis this is great, thanks for the clarification and update and your work on carmine in general

Haven't added for `c.` yet. The `hgvs.pymeta` changes are likely similar but will need to add tests. Can use the expressions from here: https://github.com/biocommons/hgvs/issues/225

gist with the exact graphql query I was using and all of the exact changes I made to response objects to get them to validate against the jsonschema. A lot...

@phildarnowsky-broad we are okay with the graphQL schema specification not exactly matching the jsonschema, if that is necessary for the JSON response payloads to more closely match the jsonschema. For...

Ah I see, @phildarnowsky-broad. I wasn't thinking about the limitations about what can go in graphql unions. So I think we have two options: (1) leave those classes and union...

It sounds like based on discussion with @larrybabb that this is only a problem for genomic sequences, not transcripts. _(so by `N` below I really mean anything not `A` `C`...