David Gidwani
David Gidwani
@ozturkberkay thanks and apologies for the downtime, my account was temporarily suspended for a security alert, but Github staff were able to restore it after the new year holiday thankfully....
just added a new environment variable to enable dynamic linking when building, ``PYTHON_HYPERSCAN_STATIC`` (defaults to true). try pulling latest and building with: ``PYTHON_HYPERSCAN_STATIC=false poetry install``
try `hdb.scan(b"aaa")`
going to improve type annotations and tests to cover this, as well as docs, but basically the issue is the returned Database doesn't include a scratch. try this: ```python hdb.scratch...
For credential digger specifically, it appears that extension supports changing the binary location as well as using a Docker container, so I would suspect it could be possible to use...
@steven-t-murphy apologies for the delays - spent a bit more time than anticipated due to factors mentioned below, but the long and short of it is I'd appreciate if you...
ok there should be some windows wheels here: https://github.com/darvid/python-hyperscan/actions/runs/13213324889
unless there's any glaring issues, i'll cut a release soon
> > Would love to get version 0.7.9 in there to start using it from pip > > It looks like [your deployment workflow failed](https://github.com/darvid/python-hyperscan/actions/runs/13353147881/job/37292911665), [@darvid](https://github.com/darvid). The binaries built successfully,...
yeah unless anyone has a different opinion i don't see a reason why the scratch couldn't be initialized during loadb similar to the db. could possibly even do it in...