Michael C. Grant

Results 30 issues of Michael C. Grant

### Expected behavior `skaffold render` should take into account not just the `setValues` entries but the `overrides` as well, just as `skaffold run` does. ### Actual behavior The `overrides` section...

kind/feature-request
priority/p2
area/render

Someone who is using anaconda-project now extensively for jobs has encountered an issue where they have a project with multiple commands—one intended to run as a persistent deployment, and another...

TRIAGE

It would be good if there is a way to execute a script of some sort upon environment preparation.

We should offer a standardized way to do CRAN package installs, just as we do for pip.

Anaconda-project seems to look in only one place for compliant environments. This directory can be overridden by ANACONDA_PROJECT_ENVS_PATH, but this variable accepts only a single directory. Instead, it should respect...

This modifies the `get_cran_index` function to parse the `src/contrib/PACAKGES.gz` file instead of relying on the web server's directory index of `src/contrib/` itself. This is necessary to retrieve packages from Bioconductor....

cla-signed

This implements an `--include-tests` option for `conda skeleton cran`, which adds the full unit tests to CRAN package builds. This is done by - copying the contents of the source...

cla-signed

I was motivated to update the CI for this repository to help Anaconda do some consolidation. However, @fcollonval's work on jupyter_conda (https://github.com/mamba-org/jupyter_conda), effectively a fork of this project, is great,...

Suppose conda's `envs_dirs` configuration includes a _relative_ path among its entries (whether in the `.condarc`, in an environment variable, or anywhere else it can be configured). This means that conda's...

https://github.com/Anaconda-Platform/nb_conda_kernels/pull/184/files/2ab07d8ea234fc6944c63f12aa367a1ab16cb2c1#diff-a9435e2ee4230a2889eb27c3cdef1454 The initial error is: ``` > names = os.listdir(src) E FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/nb_conda_kernels/conda/envs/tæst_env2/share/jupyter/kernels/python3' ``` in `shutil.copytree`: ``` ../_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.6/site-packages/jupyter_client/kernelspec.py:345: in install_kernel_spec shutil.copytree(source_dir, destination) ```...