David Callies

Results 26 issues of David Callies

Currently the only match API is based on banks: hash/content -> [banks] Inside that function, it's actually first getting the content ids that it's matching. To help us prepare for...

hma

Blocking some of the new PRs, throwing onto oncall work. HMA: https://github.com/facebook/ThreatExchange/actions/runs/8331418249/job/22798281148?pr=1563 Looks like mypy updates picking up small brokenness. py-tx: https://github.com/facebook/ThreatExchange/actions/runs/8395103331/job/22993645426?pr=1567 VPDQ is failing to build, looks like it...

python-threatexchange
hma

@ianwal said in #1568 > Is there a proper package manager that could be added for vpdq that is used at Meta, such as Conan? That would allow vpdq to...

help wanted
vpdq

Repo: ``` $ tx hash photo pdq/data/bridge-mods/aaa-orig.jpg >> local_file.txt $ tx config collab edit local_file file_backed_bank.txt --filename ~/file_backed_bank.txt --create $ tx fetch $ tx match photo pdq/data/bridge-mods/aaa-orig.jpg ``` Expected: any...

bug
do-not-reap
pdq
python-threatexchange
successful reproduction

We want to add a match debug page, and the "single landing page" is now too complicated. Adding this page will be multiple steps: 1. Refactoring the existing page into...

hma

If you would consider deploying OMM to your production environment to evaluate it, please add to this issue a comment with the following. If you would rather remain anonymous, contact...

hma

Indexer fails to build ``` [ERROR] ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (264538,) +...

bug
python-threatexchange

Python venv seems to be standard for open source python work. Should we add some support for it in python-threatexchange?

python-threatexchange

We want to the ability to add new storage mechanisms as an alternative to the one that comes installed by default in py-tx. We think that dbm might be a...

python-threatexchange

We hand-rolled a file storage for python-threatexchange even though the data is extremely simple key-value storage: * Key: the int or string returned by fetch() * Value: the dataclass in...

help wanted
python-threatexchange