Zac Bentley

Results 20 issues of Zac Bentley

If I install a broken cask, in Puppet, I get output like the following: ```Error: Could not install package: Execution of '/usr/local/bin/brew cask install appfresh' returned 1: ==> Downloading http://backend.metaquark.de/download/appfresh/versions/909...

bug
help wanted

Summary: Kazoo appears to be supplying "from_config"/"config_version" incorrectly in the `reconfig` command. ## Expected Behavior 1. `get('/zookeeper/config')` yields a config with a version. 2. `reconfig(joining"some hosts", leaving=None, new_hosts=None, from_config=version)`, where...

Possible bug

This repo appears to duplicate (and maybe pre-date?) the [official Click completion functionality](https://click.palletsprojects.com/en/8.0.x/shell-completion/?highlight=completion). Is this the predecessor to that/was that rolled into Click core at some point? If so, it...

Minor documentation omission in the AMQP protocol pages. This might be a documentation omission for `rabbitmq-server` itself, I am not sure. The protocol documentation (either quick reference or full reference)...

enhancement
effort-low

If I do `helm install` of an SN-platform instance use that instance for awhile, and then `helm uninstall` it, everything is cleaned up except for one PersistentVolumeClaim and its associated...

If my Puppet code has ``` class {"homebrew": user => "myuser", github_token => "whatnot" } package { "ack": provider => brew } ``` And I run that code as `myuser`,...

Fixes https://github.com/apache/pulsar/issues/16527 ### Motivation Copied from issue discussion: The problem is the [GIL](https://wiki.python.org/moin/GlobalInterpreterLock). When Python object reference counts are manipulated from compiled code, those manipulations are not atomic or protected...

type/bug
component/client-python
doc-not-needed
release/2.9.4
release/2.8.5
release/2.11.1
release/2.10.3
ready-to-test

## Describe the Bug If I install the Puppet agent on a target using its system package manager, the Puppet package may not be placed in "/opt/puppetlabs", which causes `bolt...

Bug

## Describe the Bug If I run `bolt apply --target localhost --run-as root ...` and the shell in which I'm running it does not have the ability to `sudo` without...

Bug

## Use Case The only available MacOS bolt installers in Homebrew are currently x86_64. On an updated MacOS 14 ARM mac, installing bolt makes this clear: ``` zac@atropos ~ ∴...

Feature
Jira