Daniel Caspi

Results 93 comments of Daniel Caspi

> I tried replacing batteries and it does not exhibit this behavior on absolutely new batteries. This also indicates it's a reception issue

I hear you, getting this aligned perfectly can be tricky. I would reach out to Bond support for help, they have been very helpful. Also, reps = 3 sounds low....

Still encountering this issue with pyarrow version: 20.0.0 and pandas version: 2.3.0

From my review of `arrow_parser_wrapper.py` (see @jorisvandenbossche's comment above), I think there are a few steps: 1. In `_get_pyarrow_options`, `self.dtype` needs to be mapped to `self.kwds["column_types"]`. In order to do...

@marianobiondo thx for your reply, but there are some caveats as I was pointing out: - pandas is a lot more friendly in how dtypes can be specified. we need...

I haven't been keeping up with this project. Looks like there are some changes here re: getline though: https://github.com/facebook/ThreatExchange/pull/1333

thanks for looking into this! 1. I haven't tested with purely expired logs, so this is for a mix of expired and unexpired. My logs are set to expire after...

Good thought. I tried that previously, but it didn't have any effect. Code snippet below. This issue also only appears with expired logs, so I don't even think the endTime...

Discovered something very interesting! - log `e71fdadffa3c45ba901d59dbb52a56f0` is from today, and works normally. - log `d4c101fd57a64fb7815c66b647faaef4` is from 2-3 weeks ago, and produces events, but still results in an infinite...

- debug logs (from my py script): [debug_logs.txt](https://github.com/user-attachments/files/22243389/debug_logs.txt) > Happy to share the modified code if you want, but I just tweaked it to process multiple log streams at the...