meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
programming:python:hate [2024/01/07 20:57] – created niziakprogramming:python:hate [2025/04/14 13:28] (current) niziak
Line 3: Line 3:
   * [[https://github.com/pyserial/pyserial/issues/216#issuecomment-609669312|Using pyserial to read real time data from sensor cause 100% CPU usage   * [[https://github.com/pyserial/pyserial/issues/216#issuecomment-609669312|Using pyserial to read real time data from sensor cause 100% CPU usage
 #216]] #216]]
 +  * [[https://github.com/openwisp/ansible-openwisp2/issues/494]]
 +  * "parallel pip install": <code bash>cat requirements.txt | xargs --max-args=1 --max-procs="$(nproc)" pip3 install</code>