ssams

Results 9 issues of ssams

At the moment Docker images are only available using a single `master` tag on https://hub.docker.com/r/tinyfilemanager/tinyfilemanager. It would help deploying this via Docker when the typical version tags would be provided...

resolves #1424 Note that an alternative implementation could be made using [p-reduce](https://github.com/sindresorhus/p-reduce) which might be slightly more efficient as it could start processing whilst files are still in the process...

When merging multiple coverage files (e.g. from the temp-dir when generating reports or running the `merge` command) in `getCoverageMapFromAllCoverageFiles(...)`, processing of individual files is parallelized and uses multiple threads: https://github.com/istanbuljs/nyc/blob/ab7c53b2f340b458789a746dff2abd3e2e4790c3/index.js#L421-L431...

This introduces a new option `ignore` on the `@angular-eslint/template/no-duplicate-attributes` rule to ignore reports from selected duplicate attributes. ### Rationale In some special cases presence of duplicate attributes may be required,...

This fixes issues with DAViCal servers. As the server does not handle the DAV allprop nicely, this leads to issues for example when expanding recurring events. ## Detailed issue Tested...

The internal "allprop" property within the GenerateQuery class is only updated when using one of the two available methods to set a component. When using `setComponent(String)` and the provided string...

I've added a new function to check if a transition is running in the background. This is needed for example when the controller should enter a low power state after...

When using properties in the server `id` attribute within the `settings.xml`, credentials are not setup correctly as the properties are not expanded (expansion only happens for username / password attributes)....