Nathan Papapietro
Nathan Papapietro
Doing some work in sympy and would like to get this library to be used inside a Jupyter Notebook. I'm not sure of the technical hurdles to get this working...
## Overview The metadata exposed on the CRD only applies the metadata labels to the `.metadata` on the `Job` but not its `.spec.template.metadata` of the `Pod` kicked off by the...
# Motivaion The overall goal of this PR is to allow auth logic in KubeSpawner.profile_list depending on the instance of OAuthenticator chosen. This PR is meant to continue the discussions...
I'm attempting to run a testpypi in my CI with the following workflow job step: ```yaml - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_TEST }} with: command:...
Resolves: python-poetry/poetry#7418 - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. Can add more tests if requested. Any feedback welcome as well, attempted to...
Having issues with airgap install, not sure if it is my lack of understanding but in the task below the agent and server are both installed https://github.com/k3s-io/k3s-ansible/blob/91ee70ee17d765df0dd42b0f92a7fbc75193bc63/roles/airgap/tasks/main.yml#L112 I don't think...