Matt Martz
Matt Martz
@nitzmahone and I just discussed some of the implementation goals and architecture around this. Instead of in line review comments, I just leave an update about what we would like...
The cause of this is in our historical jinja2 conversions from Python reprs that jinja returned, and converting those back to python objects "safely". Effectively `{{ "hello" }}` looks like...
There is discussion about restoring the API. The data is being collected, and there seems to be a private UI API for searching based on platform. So any removal should...
> not sure if there is still any public one available? There is not. Even the private API only gives the ability to search using a platform, not listing platforms.
Since this exposed a potential issue with the strategy, can we also add a `try/except` around the `dmethod` call in the processor thread? That way should any other exception happen,...
Just curious, can you link to whatever failure there was? I'm curious as to what the failure was caused by.