Jonas Damtoft
Jonas Damtoft
You can have a `toggleterm` extra. Then this is how we normally add support for plugins across. So the toggleterm extra will include support for overseer, if you have overseer...
World lighting (especially dark areas) is significantly different with Albedo 0.1.1 and AMD graphics
Seem to be getting a similar error on NVidia. Dark areas are completely black. Monsters are visible though, as if lit by the sky.
I guess we can ask @fadeouter to add a license to his repo. So that you can actually do that @WhiteheadV :smile: @fadeouter What happens if you change `ORS=\\\\n` to...
To sort by CPU, without forest view, you just pass `-o "%CPU"` as a flag.
Tested it here 
@fadeouter I still don't get the names on the top 3 processes. Also, showing all /dev/sd* shows the boot partition too, I'm not particularly interested in that. ![screenshot from 2017-04-30...
@fadeouter this works for me. Changing https://github.com/fadeouter/sysinfo/blob/master/sysinfo.1s.sh#L22 to ``` top=$(top -o "%CPU" -bn 1 | tr -d '`[]|-' | head -n 10 | tail -n 3 | awk '{ printf("%-4s...
Watching this as well - free user on an open source project. I write a plugin for 3d printers. It'd be great to make it visible for consumers that the...
I have fixed this by pinning to the latest commit sha. I suppose the currently released `v4` does not actually do this preprocessing, seems like a PR was reverted.
Meanwhile, we can add ```yml with: verbose: ${{ toJSON(runner.debug == '1') }} ```