icecream-sundae icon indicating copy to clipboard operation
icecream-sundae copied to clipboard

Commandline Monitor for Icecream

Results 7 icecream-sundae issues
Sort by recently updated
recently updated
newest added

The primary change is to get the `SPEED` column to line its decimal points up. Part of doing that was breaking down the SIMPLE_COLUMN macro into pure C++. I think...

I wondered if it's possible to run this in a "one shot" mode that can be used to reset and collect stats from the icecc build cluster to aid in...

The coloring of hostnames by their hash should be optional. This bit of eye candy can make the names hard to read on certain background colors. While one can specify...

I run `icecream-sundae` version 1.0.0 with icecc built from source (reports 1.4.90). The display flickers between the curses UI and some command line output. The system is ubuntu 20.04. https://user-images.githubusercontent.com/11613312/222057589-c5df98a6-9697-4220-b3c5-58a799b6f89d.mov

Configure fails with: ``` ❯ meson ~/dev/icecream/icecream-sundae --buildtype release The Meson build system Version: 1.0.0 Source dir: /Users/torarne/dev/icecream/icecream-sundae Build dir: /Users/torarne/build/icecream-sundae Build type: native build Project name: icecream-sundae Project version:...

When I compiled and installed the latest version of the source code, it failed. Error message: > ERROR [builder 29/31] RUN echo "=== 配置 icecream-sundae 构建环境 ===" && export CC=/opt/rh/devtoolset-8/root/bin/gcc...

Following refactoring commit of icecc breaks icecream-sundae compilation. This patch fix it: commit c0f9d537bd47e3326e1126444267cf43bd59696f Author: Ryan Egesdahl Date: Fri Apr 29 20:16:15 2022 -0700 Refactor Msg class