Ani Agarwal
Ani Agarwal
Hey, One of my professors likes to number his problems as if the homework was really one giant homework, instead of multiple weekly assignments. As in, problem 1 on homework...
Hey Guys, I'm plotting a point cloud using `pcshow`. Running `fig2plotly` after plotting the point cloud plots an empty graph. Do you guys support `pcshow`. How would I convert a...
Hi folks, For the simple program ```py from email.message import EmailMessage def process_attachment(a: EmailMessage) -> None: assert isinstance(a, EmailMessage) msg = EmailMessage() msg.add_attachment(b"foo", maintype="application", subtype="pdf") for a in msg.iter_attachments(): process_attachment(a)...
Hello, Himalaya is a neat little program. It would be nice if `himalaya attachment download` worked something like ``` $ himalaya -o json attachment download 22832 {"22832": [{"name": "A.pdf", "location":...