Samuel Allan

Results 29 issues of Samuel Allan

when I have `NO_COLOR=true` in the environment, `dua i` won't display the cursor line: ![1713397567](https://github.com/Byron/dua-cli/assets/9714796/c36aca5b-87f9-457d-9542-606cae9a4643) It also seems to appear when I press `C` to display file count: ![1713397799](https://github.com/Byron/dua-cli/assets/9714796/53dcca2e-1a64-4528-bf7f-f17c7c9f25ee) But...

bug
help wanted

https://bugs.launchpad.net/charm-helpers/+bug/1978902 Add certificate validation during the process to configure certificates for apache. The certificates are the values provided to the well-known charm config keys (ssl_ca, ssl_cert, ssl_key). This should catch...

When starting the exporter with a path to a non-existant os-client-config file, it happily starts: ``` ubuntu@juju-92e10b-teststack-18:~$ golang-openstack-exporter.openstack-exporter --os-client-config /this/does/not/exist openstack ts=2024-03-20T03:23:39.729Z caller=main.go:64 level=info msg="Build context" build_context="(go=go1.22.1, platform=linux/amd64, user=, date=,...

I noticed this extension uses a period to manage hierarchy in tags - eg. `uni.units.thisunit`. Is there a reason why periods were chosen? Perhaps it would make more sense to...

`NewExporter` and `NewServiceClient` each call `clientconfig.GetCloudFromYAML`, which opens and reads the os-client-config (clouds.yaml). There are two (somewhat minor) problems with this: - These functions are called once for each service...

Only a subset of args are supported for the snap service. If one wishes to provide args such as `--config-path` or `--profiling-cpu-sampling-frequency`, the snap service cannot be used. It would...

NOTE: this is based on and tested with v1.5.0 (I'm testing for https://github.com/openstack-exporter/openstack-exporter/issues/268 ). Please let me know if this should be rebased, targeted to v1 branch, etc.? Help appreciated...

semver:patch

Please see discussion at https://github.com/openstack-exporter/openstack-exporter/issues/268. The root of the error is at https://github.com/gophercloud/gophercloud/blob/51f24691da0f2fa5c3a339a7b1053915655713fc/openstack/compute/v2/extensions/hypervisors/results.go#L166-L176 Here, with Nova API > 2.87, CPUInfo is nil, causing the error.

Functions in nushell that want to export environment variables must use the `--env` flag in the function definition. This flag was used on other functions in mise.nu as required (eg....