Jordan Holland

Results 23 comments of Jordan Holland

No problem, just wanted to make sure we are on the same page. I am not shocked that this error still persists in your environment, e435a72 should take care of...

Have you tried the docker image? Difficult to understand if this is local to your device.

So it turns out i didn't have notifications on this repository, I am very sorry about that. These problems, especially with higher packet counts, can require a significant amount of...

Have you tried this in the docker image, or is this done on your machine?

This seems like a tricky balance between shuffling data and actually aggregating, which could depend on the size of each individual nPrint. If we get it right, we should see...

#40 was never implemented and pushed into the main branch. If this is functionality you need / desire, it would be a great first issue for contributing to nPrint /...

Agreed on the testing -- this seems significantly **less** important given the results in #55, though as the files grow in size, it could become more important to consider this.

I've used [loguru](https://loguru.readthedocs.io/en/stable/) before. Any objections?

An option that i'm aware of is [tqdm](https://github.com/tqdm/tqdm). Any other ideas?

`tqdm` is probably our best bet as it can slot in to a process pool without any code. I'm mostly convinced we just want a progress bar when we're actually...