Kabir Khan
Kabir Khan
1. The `as_url` method described in that issue sounds good to me. I think in order to do either you'll need to be an authed context so just an explicit...
Nice! That `object_key` thing I was doing was obviously bad, I just hadn't looked through the source code too much. Started a Draft PR with the majority of the implementation...
Sorry for the late review on this but thanks for taking an interest! I'd prefer the more detailed type annotation rather than `List[dict]` but your point on just using Pydantic...
So the UI code just calls `alert` directly here with a message from the Prodigy API. https://github.com/explosion/prodigy/blob/48636e54e5f38479c8801ee1aa94d2b8affb03cc/app/containers/App.jsx#L311 We do have a `Modal` component for displaying the instructions so we could...
Hey @pjbull, I found some time! lol sorry for the super late reply here. I ended up not needing this for my work but it popped in my head that...