Kirill

Results 2 issues of Kirill

New repo address: https://github.com/pyramation/LaTeX2JS Website: https://latex2js.com/

Consider this code ```python import sys from loguru import logger print(f"foo module {logger=}") class Foo: def __init__(self): l = logger.bind(source="foo") l.remove() l.add(sys.stderr) print(f"foo __init__ {logger=}, {l=}") if __name__ == "__main__":...

question