Alexei Samokvalov
Alexei Samokvalov
`awstools cw -l` fails silently if the access tokes is expired
It might be helpful to allow to disable colored help even if TTY is attached.
The arg parsing API is changed in zig 0.10.x
Currently there is no way to unset a boolean flag with the default value `true`, e.g. `--bool`. It should be something like `--bool=true` or `--bool false`.
### Describe the bug The documentation says `Ctr + Right` should "Complete history word". This does not happen in ITerm2. * `Right` - "History hint complete" - *works correctly* *...
I'm trying to plug this awesome dataloader module. It's working as expected so far but I'm observing redundant ecto queries in the following scenario. Here are absinthe objects of my...
https://www.emqx.io/docs/en/v4.4/tutorial/prometheus.html does not mention that the metrics can be pulled from `/api/v4/emqx_prometheus`. The prometheus integration documentation is either outdated or incomplete.
For example: `./main sub1 sub2 -h` should display options for both `sub2`, `sub1`, and `main`(for the entire command chain), as these options can also be provided. I am still uncertain...