Eric Deutsch

Results 297 comments of Eric Deutsch

Bill stated it more elegantly than I did. Do we/can we employ domain and range constraints to avoid this kind of thing: https://github.com/NCATSTranslator/Feedback/issues/707#issuecomment-1974071643

hmm, I do not see anything obviously amiss. I can log in to the MySQL and execute commands manually. The recent activity views seems to show reasonable activity near your...

looks like the error is a KeyError in Resultify?

So is this a bug in the Python JSON libraries or perhaps flask serializer? I think we have control over the serializer at some level if we tinker with the...

i.e. this is not an unquoted string, but rather started out as a float, which I think in Python (and other implementations) can be Inf or NaN. So what is...

okay to close from my perspective, but Steve may still want to check.

I think there is a custom Flask serializer that we could tweak. but it is pretty opaque to me.. Maybe this could be tweaked to handle inf: https://github.com/RTXteam/RTX/blob/master/code/UI/OpenAPI/python-flask-server/openapi_server/encoder.py

I am surprised that we use a json.dumps() for non-streaming queries. I am wondering if there is more than meets the eye. For streaming queries, this yield() does seem like...

sounds plausible, but I don't really understand the details/implications here.