Dave Hirschfeld
Dave Hirschfeld
Calling back into the main-thread from the worker thread seems to work, but then it ***only*** works from the worker-thread context, so, not ideal. ```python def run_query(engine: sa.Engine): with anyio.from_thread.run_sync(engine.connect)...
> That would be a killer feature! :100: I have wanted this for a long time! The usual way to of creating a docker image runs an install in a...
I think this would be a feature that many enterprises would be interested in. When you have a large number of containerised applications and your base image has a critical...
My first attempt failed with a "Could not upload" message: ``` ❯ powerloader upload ./dist/boa/noarch/eq-utils-0.0.1-hcdf0012_0.conda:energy-quants/eq-utils:0.0.1-hcdf0012_0 -m oci://ghcr.io [2023-02-20 21:17:11.912] [info] URL: https://ghcr.io/ Could not upload ./dist/boa/noarch/eq-utils-0.0.1-hcdf0012_0.conda:energy-quants/eq-utils:0.0.1-hcdf0012_0 to OCI Registry at...
### TL;DR ``` export GHA_PAT= export GHA_USER= # org/user to publish to powerloader upload :: -m oci://ghcr.io ```
It seems a little strange to have the location the package is published to be controlled by hidden state (an env var). It might be more obvious to specify that...
Anyway, it works - I've uploaded a `conda` package as an OCI artifact to the GitHub Container Registry! That's *awesome*! :rocket::tada: Figuring out how to install such a package will...