Simon Li
Simon Li
Would be nice if you could copy and paste in and out of the jupyter desktop. In practice there are loads of browser security issues which make this harder, and...
I've got a proof-of-concept of using the Mamba/Conda dependency solver to find the full set of dependencies for a set of package specifications: https://github.com/manics/conda-mirror/tree/conda-mamba-downloader The main advantage of this is...
### Describe the bug **context** Following the https://github-activity.readthedocs.io/en/latest/use and https://github-activity.readthedocs.io/en/latest/contribute links in the GitHub repository README results in a 404 page **expectation** Links should go to the rendered versions of...
In most JupyterHub repos we use different defaults, e.g. we using heading-level 3: https://jupyterhub-team-compass.readthedocs.io/en/latest/practices/releases.html This is an experimental PR to introduce a `.githubactivity.json` configuration file that could contain the defaults...
If a branch is specified PRs are filtered by checking their PR base branch. This fails to pick up all PRs when multiple PRs are merged into one branch, followed...
This is for [Jupyter Distinguished Contributors](https://jupyter.org/about#distinguished-contributors) only: Nominations are currently open for the next set of Jupyter Distinguished Contributor awards. Current Jupyter Distinguished Contributors can nominate anyone who [fulfils the...
### Bug description Many build tools avoid modifying version controlled source files, and instead write to a different output file. Chartpress modifies values.yaml in place, which means: - It's necessary...
This makes it easier to publish a new chart. If you think this feature is worthwhile I'll add some tests.
It's useful when developing a new chart to be able to test the publish chart functionality without pushing the `gh-pages` branch. I'm using the existing `--push` argument since it doesn't...
I thought I'd let you know what I've been doing with Chartpress. Originally I planned to use it to publish a repo with multiple independently versioned Helm Charts with Travis...