Jakub Kremláček
Jakub Kremláček
Thank you for PR, works great. Would be nice if it was merged into master. Just to link it with reporting issue: https://github.com/bevacqua/angularjs-dragula/issues/70
Same issue for us. I managed to make Jest work with Transloco v6 by switching option `useESM: true` in Jest config (combined with many other changes that are consequence of...
What ended up working for us was changing `jest.config.js` to contain: ``` const { pathsToModuleNameMapper } = require('ts-jest'); const moduleNameMapper = pathsToModuleNameMapper({}, { prefix: '/', }); moduleNameMapper['flat'] = '/node_modules/flat/index.js'; module.exports...
@tijsrademakers @filiphr Is there anything else that needs to be added to this PR in order to be accepted?
I quickly checked sources and if I understand the issue correctly, current adc support in esphome is based on deprecated solution provided by esp-idf which is missing support for C6...
Worked like a charm for me. I tried it with a voltage divider using 2x 47k resistors on 5v input and ignoring the innacuracy of the ADC within the ESP...
I am running 1.125.7 on Proxmox, Dockge and 5700G and it gets stuck on very short videos (live photo with sub 2s length) coming from iPhone. CPU temp tracker clearly...