Dave Hirschfeld

Results 89 issues of Dave Hirschfeld

I'm trying to proxy `conda-forge` but it appears that it can't find the `repodata.json` file: ```bash ❯ mamba create -n test-quetz -c http://localhost:8000/channels/conda-forge python=3.10 ``` ``` Looking for: ['python=3.10'] http://localhost:8000/channels/conda-forge/linux-64...

I was testing out uploading a file with `quetz-client upload ` which appeared to work - no error on the command line and I can see 1 package in my...

When deploying internal conda packages my usual practice has been to namespace channels by their respective team name (which also corresponds to their organisation name in our GitHub Enterprise Server)...

I guess the channel information is kept in the database? This would therefore enable the CLI to directly manipulate the database without having to go through the REST api.

I'm observing that `rm` is swallowing underlying errors and not deleting the files it was requested to delete: ```python >>> fs.rm(path) [] >>> fs.rm_file(path) File C:\python\envs\dev-py310\lib\site-packages\s3fs\core.py:1910, in S3FileSystem._rm_file(self, path, **kwargs)...

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

As it says in the title, to manage container images it could be useful to have the image list instead be a Tree View which groups the images by repository...

enhancement

Allow multiple containers to be selected so commands can be run on all selected containers at once

enhancement

I think this would be a very valuable addition!

### Which project are you requesting an enhancement for? kr8s ### What do you need? Rather than directly using `asyncio` primitives which preclude the use of other async framweorks it...

enhancement