Nick Lanham

Results 21 issues of Nick Lanham

Here is an example secret that can be returned: ```json { "metadata": { "name": "a-cert", "namespace": "ns", "selfLink": "/api/v1/namespaces/ns/secrets/a-cert", "uid": "c18dd343-b8ba-11e9-94ec-83289476e83dc0", "resourceVersion": "1082189042", "creationTimestamp": "2023-08-07T02:26:26Z" }, "data": { "tls.crt": null,...

On my system: ``` $ cat /sys/class/power_supply/BAT0/model_name 5�+1^^�^^�9(-:'&�� ``` Or: ``` $ hexdump /sys/class/power_supply/BAT0/model_name 0000000 8035 312b 801e 801e 2839 3a2d 2627 8080 0000010 000a 0000011 ``` This means trying...

C-enhancement
good first issue
O-linux
A-battery

I would be neat if you could specify a max width for columns and/or tables and have prettytable automatically truncate strings (and probably add a configurable indicator like ...) that...

enhancement

My company uses only Okta to authenticate to GlobalProtect. I've tried lots of ways of calling openconnect but nothing seems to work for me. A couple of representative examples: ```...

question
SAML

It would be really cool if this script could reconfigure routing after it's been set up by a different vpn solution. I imagine this would involve inspecting the current routing...

enhancement

This is an example of how we could add code to start verifying certificate subject alternative names for ip addresses. This in conjunction with a more broad API would be...

See: https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#set-the-kubeconfig-environment-variable

enhancement

via `set color on` / `set color off` Depends on #1

enhancement

If the `phase` of a pod is "Running", but all containers have exited with 0, click still shows the pod as "Running". It should show "Completed" instead.

**Describe the bug** For some channels, when I do `slack-channel-select`, I'll get the "No Message in [channel], fetching from server..." message, and then... nothing. Subsequent times I try I get...

bug