Shane McDonald

Results 12 issues of Shane McDonald

Hello. I have been debugging hanging / performance issues with lsp-mode when I stumbled upon: https://emacs-lsp.github.io/lsp-mode/page/performance/#check-if-logging-is-switched-off I tried to do this, but now lsp-mode does not start at all. Adding...

bug
major

This PR: - Enables Django Debug Toolbar by default in the development environment. - Is there any reason not to do this? - Uses an Ansible [vars plugin](https://docs.ansible.com/ansible/latest/plugins/vars.html) to automatically...

##### SUMMARY I was playing around with using the installer role without running the full operator. Something like: ``` podman run -u0 -ti --entrypoint=ansible-runner \ -v $PWD/env/:/opt/ansible/env:Z \ -v $HOME/.kube/:/opt/ansible/.kube:Z...

This is a poorly named variable that keeps confusing people. See https://github.com/ansible/awx/issues/11604 https://github.com/ansible/awx-operator/issues/476 https://github.com/ansible/awx-operator/issues/518. We should consider changing it to `control_plane_ee_extra_volume_mounts`... though that is comically long.

@benthomasson ran into this error when using ansible-builder with an empty `requirements.yml`: ``` Error: error building at STEP "COPY --from=galaxy /usr/share/ansible /usr/share/ansible": error adding sources [/home/ben/.local/share/containers/storage/overlay/7083e897c32eb6c6313cb9c4f92c7ae6ab3500640f7b252f78fadc75bcf3b701/merged/usr/share/ansible]: error checking on source...

In the stage where we pre-build the wheels, the `assemble` script looks for a profile labeled [`compile`](https://github.com/ansible/python-builder-image/blob/main/scripts/assemble#L65), which allows us to install build-time only dependencies that do not end up...

### Context While https://github.com/ansible/ansible-builder/issues/268 exists for the purposes of operating within the confines of existing processes and systems, Ansible Builder should ideally produce artifacts that are ready to run /...

## Background Several teams at Red Hat want to use Ansible Builder to create custom distributions of Ansible content. Red Hat's build and delivery system is built upon RPMs being...

These new profiles were introduced when https://github.com/ansible/ansible-runner/pull/581 landed. We should explain how they work somewhere in the ansible-builder documentation.

component:documentation

##### SUMMARY I was experimenting with some newer packaging features and found our version of pip and setuptools was too old. ##### ISSUE TYPE - Bug, Docs Fix or other...

dependencies