Matouš Jan Fialka

Results 31 comments of Matouš Jan Fialka

Same here, e.g., `(true)` does not end up in `atuin`'s history ``` atuin: version: 18.1.0 sync: null shell: name: bash plugins: - atuin - bash-preexec system: os: Fedora Linux arch:...

> > why there are all sort of such weird "missing in history" issues. > > @mjf @frasty Those are all the limitations of `bash-preexec`, which Atuin uses to hook...

Make the whitespace squashing optional, please. What's the real issue with some extra whitespace? You typed something with many consecutive whitespace characters in the terminal, so it must had been...

@mpicard Similarly to [`NO_COLOR`](https://no-color.org/) we should definitely also maintain and promote [`NO_EMOJI`](https://no-emoji.org/) (broken link... yet)!

I would like to suggest providing the following API functions (but also see below): Function|Description -|- `metrics([condition])`|list metric names `label_names([metric] [, condition])`|list all labels or labels for a metric `label_values([metric...

Some attempts to find out the functions are in [this gist](https://gist.github.com/mjf/67aa5bf87438a0430e1b2f9e3f19bb58).

@ramonguiu 1. I would like to have more control over the data in general (i.e. to be able to createa metric to test something apart or to study etc.); 2....

I also do not like the idea that *kubenav* does login automatically! A _per cluster_ option **SHOULD** be provided to turn the autologin on/off (with default to **off**). That would...

I temporarily fixed this by commenting out line `2104`: ```diff @@ -2104,7 +2104,7 @@ class SMTPHeadersAnalysis: if ver.version == lookup: return ver - lookupparsed = packaging.version.parse(lookup) +# lookupparsed = packaging.version.parse(lookup)...

Garbage collection of completely orphaned files would be very nice but should be also somehow limited. Unless unlinked from an object and confirmed as obsoleted intentionally the attachments should not...