Mansour Behabadi

Results 22 comments of Mansour Behabadi

Thanks for that. I really can't tell besides that I have the same USB-C trigger/monitor device. Not sure if that's doing something funky. I don't actually have any units left...

They are to scale (this is the whole point of this app). The most likely issue is that it's being rescaled when printed. Double check your print options and ensure...

Thanks for the report. This is because `pdftilecut` doesn't handle inherited page attributes (from non-leaf page nodes) — 7.7.3.4 Inheritance of Page Attributes in PDF 32000-1:2008 standard. Current code makes...

As a potential workaround, try printing the PDF to another PDF and see if that one works.

At the time this app was developed, Inkscape couldn't read and write back exactly what it read from a multi-page PDF — thus simply importing and exporting an arbitrary multi-page...

Thanks for the suggestion. Unfortunately, I have since moved to MacOS. As such, I no longer work on new features for this. Do feel free to submit a PR.

> I would `always allow` plain read-only tools, while I would want confirmations for all potentially mutating tools. Risky: - A read only tools may be pulling in sensitive data...

Dumping some debug logs here: ``` === RTSP REQUEST DEBUG === Method: POST URI: /feedback Headers: { "CSeq": 13, "DACP-ID": "E4DE22472A67D002", "Active-Remote": 1314732296, "Client-Instance": "E4DE22472A67D002" } ========================== === SENDING RTSP...

@Justin-JHG Building on top of @v3gard 's idea, you can have some other unrelated file whose only job is to pull in a reviewer, let's call it `github-action-team-abc-trigger`. Add this...

I have a use-case for this: A Vector Database that allows `add`ing N-dimensional vectors and later `look up` nearest vectors to a given vector. Since it only makes sense to...