Phil Pennock

Results 35 issues of Phil Pennock

Attempting to install this Python module under Python 3.12.0 fails, because of the legacy API removals in `configparser`, see ``` File "/home/pdp/tmp/pip-install-2veuinio/ed25519_edac44b7ec634c7a8d71316cd0dfedea/versioneer.py", line 399, in get_config_from_root parser = configparser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

When built using newer Go (1.22.0), `gospel` would panic deep inside `golang.org/x/tools/go/packages`. After binary-searching which of the `packages.Config{Mode}` flags triggered it, I tried a package update of the package rather...

In discussion, it became clear that folks are more comfortable using a common directory holding things if there's some way to avoid multiple tools claiming the same files. There was...

All BEGIN/END PEM-style base64 wrapping follows a pattern from RFC1421, that for a given label `FOO`, the encoding is: ``` -----BEGIN FOO----- base64_data_here -----END FOO----- ``` Note in particular that...

Request from you-know-who via me: give `nats stream` a subcommand or option there-of to syntactically sugar the cancel a move: ```sh nats req '$JS.API.ACCOUNT.STREAM.CANCEL_MOVE.${ACCT}.${STREAM}' '' ``` Tested and confirmed this...

### Proposed change At present, if there is a cluster of hosts and the natscli connects but the TLS cert fails to verify, it appears that it will use the...

proposal

### Proposed change `nats req foo input` exits successfully always, even if it says `No responders are available`. 1. `nats req --fail-no-responder` 2. `nats req --fail-if-header HDR` ### Use case...

proposal

The `context ls` command, at least, appears to be using something other than unicode display width for columnar alignment. ``` $ nats context ls Known contexts: ngs-pdp-applewood homesvr creds for...

In after: > The only thing we don't have handy is the public key for the system account. We can get it easy enough: (easily enough?) there is this command-line...

### What version were you using? nsc 2.8.4. ### What environment was the server running in? Linux/amd64 (Ubuntu 20.04 LTS) ### Is this defect reproducible? Yes. 1. Have an operator...

defect