e-g1gor

Results 6 issues of e-g1gor

**Describe the bug** Grafana synapse dashboard not work. Probably related to https://github.com/grafana/grafana/issues/10786#issuecomment-392377975 and https://github.com/grafana/grafana/issues/11018 Synapse dashboard settings in graphana UI ![json](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/29484330/933e4ac2-1706-4f8c-a2a6-321ffefc55b7) ![variables](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/29484330/a252dcaf-d1f4-4672-8d0c-beea21ea420f) For comparison, working node-exporter settings ![variables](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/29484330/e7c8e172-3276-4377-9f71-4ed40454e65a) **To Reproduce**...

I'm trying to write task to change docker config, and restart docker service only if it was changed - and json_patch task for some reason always return `changed: True` Return:...

This pull request adds dockerfile and guide to run animegan in container

Changes: - [node-config](https://github.com/lorenwest/node-config) used for configuration - refactor file names - update all deps - add Docker+Compose configuration - use postgres db in containers

Steps to reproduce: 1) Operating System: openSUSE Tumbleweed 20191018 KDE Plasma Version: 5.17.0 KDE Frameworks Version: 5.63.0 Qt Version: 5.13.1 Kernel Version: 5.3.6-1-default OS Type: 64-bit Processors: 2 × Intel®...

Gulp says "task didnt complete" when i tried to process more than 22 folders with flatmap: ``` gulp.src(app.blocks) //more than 22 folders .pipe(flatmap((stream, file) => { return stream; })) ```...