Matthew Schwartz
Matthew Schwartz
VS Code is natively just rendering the docstring content as markdown in the hover box. Ideally Python hover would be rendered via Sphinx so it's nicely styled regardless of the...
To add a little more info to this, I tried to get around it by removing the database connection attributes from the event: del event._ctl_connection, event.packet But this makes the...
**Workaround** I was able to pass events through the multiprocessing queue by letting the library evaluate the rows, then removing the database connection. I also remove the packet since I...