Kyle Gottfried

Results 23 issues of Kyle Gottfried

``` × python setup.py develop did not run successfully. │ exit code: 1 ╰─> [1 lines of output] ERROR: Can not execute `setup.py` since setuptools is not available in the...

The OpenTelemetry javaagent is a great tool to automatically forward multiple [Trace Context Propogation](https://istio.io/latest/docs/tasks/observability/distributed-tracing/overview/#trace-context-propagation) headers. And while it supports sending the default x-b3 headers used by Red Hat Service Mesh...

type: enhancement

#### Current Behavior When running ` execx($(starship init xonsh))` in Xonsh on Windows the below error occurs: ``` xonsh.tools.XonshError: xonsh: subprocess mode: command not found: '/c/Users/XXXXXXXX/.local/bin/starship.exe' ``` #### Expected Behavior...

🐛 bug

The following valid Python samples from https://peps.python.org/pep-0701/ running under 3.12.0rc1 will cause exceptions in YAPF. 1. ```python bag = {'wand': 'Elder'} print(f'Magic wand: { bag['wand'] }') ``` 1. ```python source...

When running any `pipx run` command the following stack trace is thrown ``` PS C:\Bitbucket> pipx run -v --no-cache pip-search pipx >(setup:850): pipx version is 1.4.1 pipx >(setup:851): Default python...

bug
windows

### Bug description When attempting to enable Docker Compatibility I get "main ↪️ [podman] Error running systemctl command: Command execution failed with exit code 1: Command execution failed with exit...

kind/bug 🐞
area/docker-compatibility 🐳

##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Ansible Blocks ##### ANSIBLE VERSION ``` ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = [~/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python...

test
waiting_on_contributor
support:community
feature

I use Xonsh on Windows and unless I set `"terminal.integrated.defaultProfile.windows": "Command Prompt"` (or Powershell) the program behaves as if it is on Linux, however this causes a The specified path...

The README references `@yield_fixture()`, this has been deprecated since pytest 3, which came out in 2016.