Christopher Ostrouchov

Results 71 issues of Christopher Ostrouchov

## Description The are many projects that we would like to integrate into QHub and additionally other projects that we may not have the time/resources to support in QHub. We...

type: enhancement 💅🏼
needs: discussion 💬
needs: investigation 🔍

### Feature description We can store the uid/gid given to a user in keycloak as an attribute. There are a few ways we can assign the uid: - when the...

To be added by @willmcgugan I'm looking at creating an application similar to [k9s](https://k9scli.io/) which has the feature where within the curses application you can edit text via whatever your...

enhancement

Was wondering if there was interest in including images in the recipie format? A simple way to do this would be to base64 encode to images.

A conda environment install can be broken into several steps: 1. solve environment from environment.yaml 2. download and extract packages to package cache 3. install conda environment Currently all of...

enhancement

Conda-Store heavily uses [Traitlets](https://github.com/ipython/traitlets) for allowing easy configuration. One area that has not been easily customizable is the build system and the artifacts generated. I would like to change this...

enhancement

Currently description is used when calculating the hash. It should be removed. This is the functio: - https://github.com/Quansight/conda-store/blob/main/conda-store-server/conda_store_server/orm.py#L59 - https://github.com/Quansight/conda-store/blob/main/conda-store-server/conda_store_server/utils.py#L72 Maybe we add a function that transforms the json dist...

enhancement

https://auth0.com/docs/authenticate/login/redirect-users-after-login#redirect-users-to-callback-urls-on-the-allowlist Useful for a lot of complicated login flows.

enhancement

Links: - chartpress https://github.com/jupyterhub/chartpress Would like to follow the same pattern that dask-gateway took: - https://github.com/dask/dask-gateway/tree/main/resources - https://github.com/dask/dask-gateway/blob/main/.github/workflows/build-publish-helm-chart.yaml This would create an official helm chart for conda-store. This will allow...

enhancement

Right now some solves are pulling in multiple channels that were not specified.

bug