Results 2858 comments of MichaIng

> So either the parameter is not really changed That one, I'm sure. Isn't it needed to change the value for the particular cheroot instance CherryPy loads? Try this instead:...

Ah sorry, this one: ```python timeo = float(input("enter expiration timeout: ")) import cheroot.server myserver = cheroot.server.HTTPServer() myserver.expiration_timeout = timeo import cherrypy cherrypy.server.httpserver = cherrypy._cpnative_server.CPHTTPServer(myserver) cherrypy.quickstart() ```

Sounds logic, but I don't know whether editing a classes attribute that way works, if the same class is imported again from another script. No professional programmer here 😅. I...

Marking as closed, as #401 nearly restored the much lower idle load from before #199 #308 were merged.

I wonder whether the info about the insecure flag is (still) true, as I never heared of anyone having issues with macOS and NFS before. And it sounds, well "insecure"...

There is another fork with RPi4 support: https://github.com/Freenove/WebIOPi

Such an external sensor would not be used for the CPU temperature, right? So it would not be a replacement for CPU temp graph, but an additional graph. I have...

Okay, the `manifest.json` path is correct after my last commit, but the (I guess within referenced) favicon path is not (anymore). I guess you add it here: https://github.com/ravenclaw900/vite-embed/blob/036699b/vite-embed-macro/src/lib.rs#L227 And since...

Yes the guide will still work. In case it's okay to still boot from SD card but only have the rootfs on USB SSD you can also use `dietpi-drive_manager` to...

Some benchmark on Linux 5.0: https://www.phoronix.com/scan.php?page=article&item=linux-50-filesystems&num=1 It's on SSD but we would expect similar comparisons on SD cards. Yes I think it makes sense to provide an F2FS testing image....