Niko Fellner
Niko Fellner
Hi guys, so this is my package.json: ``` { "name": "tplinkkasa", "version": "1.0.0", "description": "", "main": "server.js", "dependencies": { "tplink-cloud-api": "^0.8.1", "express": "^4.17.1", "body-parser": "^1.19.0" }, "devDependencies": {}, "scripts": {...
I have bumped Electron to 4.0.5, because I was getting error `signal 11 SEGV_MAPERR` with the old version which will not be fixed due to old Electron version: https://github.com/electron/electron/issues/9236 It...
## Platform * Ubuntu 16.04.6 LTS * psutil Version: 5.6.3 ## Bug description `psutil.cpu_times_percent(interval=1, percpu=True)` retrieves the wrong `idle` value on my machine ## Examples ### Example 1 (BUG): ```python...
## Background This problem exists both in official OSRM server `router.project-osrm.org`, and I can find it in my own setup, too. Here about my own setup: - I am using...