Fraser Parlane
Results
4
comments of
Fraser Parlane
trafficstars
+1 for this issue. There's also no `favicon256.png` in that folder. Only index.html and a static directory.
Agreed—this reduces the usability of the library. It'd be great to have a fix to silence the printing!
Here's a solution that I found: ```python import os class Silence: """A context manager that prevents shared C libraries from printing to console. Specifically, this was built to silence richdem."""...