#Python Support async resolvers and clie...

1 messages · Page 1 of 1 (latest)

crimson steppe
#

Finishing up something, I'll add this to my queue to review and test today.

somber nova
#

No worries, just makes it easier to base the next PR on.

crimson steppe
#

I'll try with my hello extensions to check

#

yes no problem, if I don't see any flag, I'll merge right away

somber nova
#

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.

crimson steppe
#

geez, you're killing it Helder!

somber nova
#
    alpine = api.container().from_(address="python:3.10.8-alpine")
    version = alpine.exec(args=["python", "-V"]).stdout().contents()
    assert version == "Python 3.10.8"
somber nova
somber nova