Aurélien Rainone

Results 36 issues of 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

documentation

There are few cli flags but anyway it would be nice to describe them in the readme

documentation

In `gitmux` configuration files a list of `styles` are assigned tmux format strings. Improve the README by document what each style stand for

documentation
good first issue

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...

documentation
good first issue

We're currently using a linear Y axis, which makes low size classes difficulty visible, if not hidden. #### linear (default): ![image](https://user-images.githubusercontent.com/476650/160798754-ab64c8a9-e654-406c-9fc2-7ab1fae57482.png) #### log 10 Switching to a `log 10` axis...

enhancement
ui

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.

enhancement
good first issue
ui