Spencer Finkel
Spencer Finkel
Support for PIL was discontinued in 2011. The project is now being maintained as Pillow. `pip install Pillow`
@alexmojaki I don't think that will work across files. `logfire.with_tags` creates a new instance of logfire. if I create that new instance in `file1.py` and, within that file, create a...
I could hack this together in each of my projects. (I would instantiate a Logfire instance (not using with_tags) in file3 and just keep updating its internal _tags attribute) this...