Artem Golubin
Artem Golubin
I've noticed a pretty annoying problem on some websites (I think there are at least a thousand of them in Alexa 1M). An unclosed Iframe tag breaks all the HTML...
Hi, Is there a way to get audit results as a string? I found the `audit_example` method, but it outputs to stdout. ``` import vowpalwabbit.pyvw model = vowpalwabbit.pyvw.vw('-t -i model.vw...
Iterating over text data works as expected: ``` In [2]: for line in zstandard.open('123.zst', 'rt'): ...: print(line) ...: 123 ``` Iterating over binary data raises an exception: ``` In [4]:...
I think the `upload_collection` method should validate data before uploading it. For example, it will silently upload 1 million records where `vector_size=256` to a collection where `vector_size=512`. As a result,...
Right now, trufflehog expects the input to be in the following format: `@timestamp, the message.` It would be nice to have the ability to specify field names via CLI. I...
It would be cool to have the ability to specify custom auth headers for Elastic Search. A lot of setups of Elastic Search use an extra layer of protection which...