Behera

Results 18 issues of Behera

I installed this recently, great tool. But can't find where the secrets are being stored, on my installation (Ubuntu 20.04) the directory `~/.2fa `does not exist!

**Describe the bug** We are using this library with a purpose built `GCC v7.5-2019.12` cross-compiler targeting ARM Cortex-A15 or Cortex-A9 based upon this software release from Linaro http://releases.linaro.org/components/toolchain/gcc-linaro/7.5-2019.12. With this...

bug

The [FormatTime()](https://github.com/abseil/abseil-cpp/blob/master/absl/time/time.h#L1307) API is: ``` std::string FormatTime(absl::string_view format, Time t, TimeZone tz); ``` The `format` argument is generally a `constexpr`, as in [StrFormat()](https://github.com/abseil/abseil-cpp/blob/master/absl/strings/str_format.h#L338) Can anyone explain why `FormatTime()` accepts a...

question

``` +------------------------+------------+----------+----------+ | Header row, column 1 | Header 2 | Header 3 | Header 4 | | (header rows optional) | | | | +========================+============+==========+==========+ | body row 1,...

enhancement

Adding a flag to automatically number the rows (except header) will be a great addition

I saw `set_cell_min_width` API to set minimum width but there is nothing to set maximum width

enhancement

I am dynamically populating a table in a function which returns ta string by calling `to_string()` in the end. My logic is such that I may end up in not...

An API to sort the table on one of the columns before calling `to_string()` will be a great addition!

enhancement

So that `is_empty()` returns `true`? I did not find one.

We have a command line utility that uses this library to show the output in a tabular form, which is fetched from a running application. The header row of this...

enhancement