Jan
Jan
`check-disk-usage.rb` usually checks all mounted filesystems unless specific ignore/include options are given. However, it doesn't make a lot of sense to check read-only filesystems. My PR #112 addresses this with...
### Background The current Dockerfile generates a large amount of unneeded layers containing copies of the APT cache at build time. ### Changes A GPT model advised to modify the...
The documentation reads: > By default, all users can access applications when no policies are bound. This feels against all security best practices, as default settings should be as limited...
Sometimes the title of a download isn't a good fit and has to be amended, so it would be great if it could be edited.
I've some series returning some `NaN` values which the pandas component can't process. Seen on the latest docker image (SHA ` 7d8f3511ccd0`) ``` Traceback (most recent call last): File "/usr/lib64/python3.8/multiprocessing/pool.py",...
**Description** Some users might run a duplicate check to free some storage space. For those cases it would be most beneficial to remove big duplicates. It would be great if...
With `useArray = SOMETIMES` and `preserveMarkup = SOMETIMES`, a setting of `simplifyNodes = false` doesn't behave as expected. It affects on the emitted top-level node, while all sub-nodes are still...
Right now with version `4.2.0`, importing `multi-progress-bars` into a project using ES modules fails like this: ``` file:///....../node_modules/multi-progress-bars/dist/multi-progress-bars.mjs:1 import { green } from 'chalk'; ^^^^^ SyntaxError: Named export 'green' not...