Johan Walles
Johan Walles
If this behaviour could be clearly documented, I think that would be an OK solution. As it was, I spent half an hour in trying to figure out why the...
> I'm not sure what other documentation is needed to help users understand how to delete the cache that has been invalidated by a change to their Maven project *How*...
> I suppose a naive attempt to solve this could be by having a special cache entry for the loaded config file That would have saved me. I would like...
In that case I think the exact wording you suggested should go into the plugin documentation, that would be the next best thing: > The cache can become invalid for...
`fish` already supports `heroku` auto complete out of the box: https://github.com/fish-shell/fish-shell/blob/master/share/completions/heroku.fish
@mwmahlberg, whether to count caches as used or not depends on the use case. What does the requester want to know? If they want to know how much memory is...
I've started work to clarify this in a branch: https://github.com/shirou/gopsutil/compare/master...walles:walles/vmtest?expand=1 At the time of writing this comment, the struct has been updated with documentation and I've written tests for the...
@sparrc, do you have a reference for where `Used` is documented as a linux kernel term?
@mwmahlberg, `free` on Linux does [`used = total - free - buffers - cache`](https://gitlab.com/procps-ng/procps/commit/6cb75efef85f735b72e6c96f197f358f511f8ed9). I suggest we: - use kernel specific terms (`Buffers`, `Cached`, `Wired` etc) for kernel specific values....
Here's what a `yaml` file looks like with `erb` highlighting:  Here's what it should have looked like, but if I tell Atom it's YAML I don't get any `erb`...