home.social

#copier — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #copier, aggregated by home.social.

  1. Kudos to my IT folk for upgrading my Fiery print engine with a dual monitor setup that allows me to see job progress from my desk across the room.

    I encountered a fun quote on the interwebz and was compelled to make this sign—gets lots of chuckles from my print shop visitors.

    #Fiery #monitor #print #dual #copy #copier #Canon #status #display #funny #sign #paper #jam

    flic.kr/p/2rw5bS9
    flic.kr/p/2rw4Nm5

  2. What a rabbit hole. Even though uses internally, forcing colors with `FORCE_COLOR=1` did not work.

    After a super painful investigation, turns out my code imports a module from which uses `colorama.init()`.

    Changing that to `colorama.just_fix_windows_console()` fixed it, but the output still had an extra reset sequence at the end.

    Turns out Copier imports colors module, which registers a function to reset styles at exit.

    Don't run things at import time!