Tim Stack

Results 29 issues of Tim Stack

I tried to add test coverage on [my fork](https://github.com/tstack/angle-grinder/tree/cover1), but the support for rust is still a bit lacking. I tried to use https://github.com/roblabla/cargo-travis, but there is an [issue](https://github.com/roblabla/cargo-travis/issues/66) with...

Some logs don't have absolute timestamps for each line, rather it's a difference from the previous line. It might be useful to support.

enhancement

If the previous date is relatively close in time (e.g. less than 6 months), we should not assume a new year has started and just sort the whole log.

bug

Seems like a lot of folks don't have 256 colors setup, let's help them get there.

enhancement

This is causing a crash: ``` "rewriter": ";select :xid || 'bork'" ```

bug

The o/shift+o hotkeys move to the opid that is the same. It would be useful to have a key that moved to the next message that has a different opid....

enhancement

It looks like UNW_INIT_SIGNAL_FRAME is now an enum and no longer a `#define`: https://git.savannah.nongnu.org/cgit/libunwind.git/tree/include/libunwind-common.h.in#n104 As a result, the following check and usage are not working correctly: https://github.com/bombela/backward-cpp/blob/77946058afe52a1d43f5b6243384fe45e7c2aa64/BackwardConfig.cmake#L66 https://github.com/bombela/backward-cpp/blob/77946058afe52a1d43f5b6243384fe45e7c2aa64/backward.hpp#L1022

It would be nice to support table-valued-functions at some point. (Unless it's already supported and I missed it)

language-design

**Is your feature request related to a problem? Please describe.** rsyslog can be configured to escape control sequences into octal escapes. For example, a line-feed is turned into `#012`. **Describe...

enhancement