Low-power

Results 26 issues of Low-power

The original implementation is too simple to get correct continent.

This change fix and add followings: * Correct prefix names of IEC binary prefixes that prevously used in the program (ex. `M` -> `Mi`, `G` -> `Gi`). * Add support...

Some **ptrace(2)** implementations have a behavior of 're-parenting' the traced process to the tracer, which may causing problem with htop 'tree view'. For example, to create such a loop on...

bug :bug:
FreeBSD :japanese_ogre:

The Solaris procfs reports `pr_pctcpu` relative to all on-line processors on the system (see , function `prgetpctcpu`), while htop's `percent_cpu` is based on a single processor; this caused the processor...

enhancement
Solaris

An empty server listening address in configuration means **any** address, not **localhost** address only; therefore it should be `0.0.0.0` in IPv4 address form.

The original version 2.0.2 builds, but almost completely useless on Haiku; as it didn't contain any Haiku-specific code, but uses the `unsupported` skeleton code, which can't be used to view...

Test code: ```js L.control.coordinates({ decimals:0, labelTemplateLat:"z = {y} )", labelTemplateLng:"( x = {x}," }).addTo(map); ``` Before: ![Buggy formatting](https://user-images.githubusercontent.com/6129385/82281774-c4a4dd00-99c4-11ea-82c8-84055eef580c.png) After: ![Fixed](https://user-images.githubusercontent.com/6129385/82281794-cf5f7200-99c4-11ea-8f4f-d67308bacd44.png)

Add option `wrapCoordinate`, default `true`, which is the old behavior. Coordinate wrapping can be disabled only when `useDMS` is set to `false`. Disabling coordinate wrapping is useful for maps that...