jaskij
jaskij
I'd prefer it if you left the manual installations instructions - I was able to use a theme without even cloning the repository. There are multiple reasons: - How many...
I only skimmed through those changes in README. At the very least - please live those configuration paths in place. That was all I needed to manually edit the configuration...
This is already implemented with with the `@` search. Searching for `@parking_lot RwLockWriteGuard` redirects to https://docs.rs/parking_lot/latest/parking_lot/?search=RwLockWriteGuard
Maybe after the user reads all the news simply prompt them to re-run `pacman -Syu`? A simple `Y/n` prompt which just launcher pacman? Because of #2 people are running informant...
Referring to code from commit a523e0215f3f99d44b2dcfdf241e0e27a75e35f0 I got this working by: 1. Changing all `nsvg__pathArcTo` float variables except `x`, `y`, `tanx`, `tany`, `t[6]` to double 2. Changing all calls to...
`Take` here uses the default trait impl from `Buf`, and it's there where the issue is. One of the use cases here is peeking into non contiguous `Buf`s. Which, currently,...
I will try, although it was quite ephemeral. Might be it was simply very long, but you probably handle that already. Maybe `\t`? I'll try tomorrow.
Looking at [collectd source](https://github.com/collectd/collectd/blob/ab869e58c1873036efd3c687823f070a3a07e6a5/src/memory.c#L386-L391) they use: ```c if (detailed_slab_info) mem_used = mem_total - (mem_free + mem_buffered + mem_cached + mem_slab_reclaimable); else mem_used = mem_total - (mem_free + mem_buffered + mem_cached...
Doing some more reading, I came across [this patch](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=34e431b0ae398fc54ea69ff85ec700722c9da773) - so it seems that the way you do things is correct, while either I misconfigured `collectd`, or it needs to...
@aristocratos moving the discussion to the correct issue. To catch up everyone else: The solution, at least for ARM devices, seems to be parsing `/proc/cmdline`. From memory the syntax is...