Marcel Partap

Results 118 comments of Marcel Partap

Seems bpf iterators were introduced in v5.7-rc2-1172-gde4e05cac46d .. and the blog [test code](https://github.com/grantseltzer/bpf-iter-test) seems compilable without extra headers..

I was trying to track down serious responsiveness issues and measured that this indeed adds a good 30% of processing overhead on my system. However, even with the default configuration,...

[…] In this case, a large timestamp can indeed throw a `ValueError`.. if it's not too big! so why not be less specific about the type of exception and just...

And here is a screenshot showing age-based icon coloring (and a small [age linemode](https://github.com/ranger/ranger/pull/3129/commits/8e9dfc752dc4baa608133caf2e8200895c1e2595) I implemented working on this) in all its humble glory:

… still thinking whether it's worth to implement color schemes, the default one works really well:

While this still seems to be a useful feature in some cases and I was thinking about implementing it (which doesn't seem to bee too difficult), before stumbling over this...

Fixed this and many other twisted multipane issues in my PR, please try to reproduce on #3129.

Ok test failed, where would I add this library to fix it? ``` ************* Module plugin_linemode_human_readable_age examples/plugin_linemode_human_readable_age.py:6:0: E0401: Unable to import 'humanize' (import-error) ``` This screenshot of https://github.com/alexanderjeurissen/ranger_devicons/pull/147 shows it...

Hey toon, sure that was my intention as well to chop it up into atomic PRs, this is kinda just my `WIP` branch (missing some more features though) as while...