#Python Support async resolvers and clie...
1 messages · Page 1 of 1 (latest)
No worries, just makes it easier to base the next PR on.
I'll try with my hello extensions to check
yes no problem, if I don't see any flag, I'll merge right away
Btw, I have a working POC of the typed API for building queries. I'm just cleaning up a test and will push a draft.
Next step is codegen'ing it which is the easy part.
geez, you're killing it Helder!
alpine = api.container().from_(address="python:3.10.8-alpine")
version = alpine.exec(args=["python", "-V"]).stdout().contents()
assert version == "Python 3.10.8"
@crimson steppe fyi, the codegen is published in that PR