Results 17 comments of Yacine

point 1 (making the extractor more modular) has been addressed by adding a pydantic model for the CAPE extractor (#1729). It would be nice to do the same for future...

@mr-tz The only way I could think of that could allow us to use `count` here is if we make it possible for characteristic to have a count attribute or...

I've selected a sample of 2000~ cape reports and then extracted only calls that have been repeated at least 100 times. The most relatively-rare repeat counts are 300 and above:...

1. samples above the 300-400 mark are pretty rare. ~17 million of the calls captured were not repeated, and 700,000 were repeated twice. While calls above the only some 180...

For this feature, I propose to have a syntax similar to that of other HBI-based features; that is, a `filename` keyword that has modifiers (read, write, delete). Additionally, I think...

Hmm, good point. Maybe treat directories as files as well (like you suggest)?