Luis
Luis
Hi @dkoslicki . The returned TRAPI does not contain any results, so none are rendered:  However, you can still view and explore the Knowledge Graph:  It appears (to...
Hi @saramsey . It does look like it is bad JSON getting sent from the back end to the UI. The culprit appears to be an unquoted string:  ~~Note...
JSON does not have any special keywords for Inf/Infinity/NaN etc: https://stackoverflow.com/questions/1423081/json-left-out-infinity-and-nan-json-status-in-ecmascript So any non-numeric values have to be quoted, or else set to some very large number for Inf (e.g....
Hello Steve and Eric. Is this still a concern, or can we close this issue?
Sure thing, @saramsey . I just wanted to close old/completed issues, but there is no other pressure on this otherwise. Thanks!
Hi all. Is this good to close?
Hi @dkoslicki . This should have been flagged by the validator as an incorrect/incomplete TRAPI response. Specifically, there are several results with edge_bindings that contain references to support_graphs:  but...
When I post this to `https://arax.ncats.io/NewFmt/api/arax/v1.4/query` I get odd errors: https://arax.ncats.io/devLM/?r=136963 Seems that the DSL interpreter treats those values as strings instead of integers.  Should I use a different...
Hello @chunyuma . Thank you for the link. But that response contains only one element in each `analyses` array. I think we were hoping to test the case where those...
Per @amykglen on Slack: > The new ResultTransformer we set up currently only creates one Analysis per Result. I think there was talk of handling creative mode/inferred query results differently,...