crazy4chrissi
crazy4chrissi
This is also really useful: `vmtouch -vf . | grep '\[.*O.*\]' --before-context=1 | grep '^\.'` It prints the list of currently (partly) cached files in the current folder. You can...
I think it may be very useful to have a vmtouch parameter that enforces caching of the currently cached files of a given folder. For example, I don't want to...
I guess this pull request should also fix this issue: https://github.com/facebook/create-react-app/pull/12605
I recommend to setup [rspamd](https://rspamd.com/). It includes DKIM signing and checking, SPF checking and DMARC. And a really good spamfilter, better than amavisd/spamassasin. Sure you have to generate keys and...
I find this super useful for vertical barcharts (`layout="vertical"`). There, I would expect the BrushY to act similar as the Brush for horizontal barcharts, i.e. control the range of dimension...
We had the same problem. The root cause were global css variables with embedded graphics that summed up to 8MB of variables at the global scope. It even caused modern-screenshot...