powerloader icon indicating copy to clipboard operation
powerloader copied to clipboard

Results 35 powerloader issues
Sort by recently updated
recently updated
newest added

Logs should not be done directly in the library. Instead, reocrds should be dent to a logger via callbacks, the logger should be instantiated in the final client.

When trying to download a package from `ghcr.io` I get a message *"All downloads finished!"* but nothing appears to have been downloaded?!? ``` ❯ powerloader download -vvv -d '/home/user/temp' -m...

I uploaded my test `eq-utils` package to my `energy-quants` org but have to manually link it to the correct repository: ![image](https://user-images.githubusercontent.com/881019/220119970-4e6920b3-3aa8-4ad3-9b2a-e2df0d124b43.png) The package can be *automatically* linked to the correct...

My first attempt at uploading a package failed: > I'm stuck on a failed upload: > ``` > ❯ powerloader upload -vvv ./dist/conda/linux-64/mypackage-1.2.3-py39h2e92cda_0.conda:org/repo/mypackage:1.2.3 -m oci://ghcr.io > [2022-12-20 00:12:50.011] [info] URL:...

Using something like: ``` curl \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token $GHA_PAT" \ https://api.github.com/user ```

Fix #159 **TODO:** Two points still need to be handled (maybe after completing powerloader integration in mamba? - mostly for the first one): - [ ] `ssl_backend_t` enum conversion to...

Fix #159 It seems like we are using libcurl functions quite everywhere in the code base, so I don't think we can drop libcurl dependency. I'm opening the PR as...

Headers from libcurl should be totally wrap and not leak from Powerloader.

Relies on https://github.com/mamba-org/powerloader/pull/152