Nathanael Demacon

Results 31 issues of Nathanael Demacon

Empty value results in descending order.

I'm having this error when building on macOS: ``` $ make run-noaccel [Some building logs...] LD /Users/qtmsheep/Development/nanos/output/platform/pc/boot/bin/stage2.elf x86_64-elf-ld: error: linker script file 'linker_script' appears multiple times make[2]: *** [/Users/qtmsheep/Development/nanos/output/platform/pc/boot/bin/stage2.elf] Error...

Executing the same task template in parallel is very useful in lots of use cases. I don't know why it was restricted?

This is more of a question than an issue/feature request. Is it possible to simply implement a search-bar along with a table without having to change focus between the two...

Relates to https://github.com/quantumsheep/sshs/issues/34#issuecomment-1211686504.

Closes #19.

enhancement

enhancement

`style_parser.go` implements a special feature where `[` and `]` characters are used to separate styled text. https://github.com/gizak/termui/blob/f976fe697aa09b747f16fa6e08c36dde5fb16f27/style_parser.go#L19-L20 https://github.com/gizak/termui/blob/f976fe697aa09b747f16fa6e08c36dde5fb16f27/style_parser.go#L105-L112 Which ends up [cropping the text](https://github.com/quantumsheep/sshs/issues/5#issue-1125665831): Is there a way to disable...