Aurélien Rainone
Aurélien Rainone
Hi. I want to use bytehound to profile a long running cloud server. - I'm starting the application with the following environment: ``` MEMORY_PROFILER_CULL_TEMPORARY_ALLOCATIONS=1 \ MEMORY_PROFILER_TEMPORARY_ALLOCATION_LIFETIME_THRESHOLD=60000 \ MEMORY_PROFILER_OUTPUT=/mnt/data/memprof_%e_%t_%p_%n.mem \ MEMORY_PROFILER_DISABLE_BY_DEFAULT=1...
I can't find a way to monitor a variable located in an object inside an array, see the following JSON: "Blah": { "DeviceStatus": [ { "Descr": "Foo", "ConnectionStatus": false, },...
At the moment there's no package level doc strings. https://pkg.go.dev/github.com/arl/gitmux?tab=doc is empty
There are few cli flags but anyway it would be nice to describe them in the readme
In `gitmux` configuration files a list of `styles` are assigned tmux format strings. Improve the README by document what each style stand for
The screencast is nice as a quick intro but it doesn't give a full picture when it comes to customizing gitmux output. Add screenshots for each example layouts and probably...
We're currently using a linear Y axis, which makes low size classes difficulty visible, if not hidden. #### linear (default):  #### log 10 Switching to a `log 10` axis...
Add a dark/light mode switch in the menu. The semantic-ui framework already handles that. The thing is to also change the plot background color when in dark mode.