rtkaratekid

Results 4 comments of rtkaratekid

When trying with `insert` instead of `inserter` ```rust let mut inserted_so_far = 0; for i in 1..((total_rows_to_insert/batch_size) + 1) { let mut insert = client.insert("dragonfly")?; for j in 1..batch_size+1 {...

I'm always happy to help/contribute to open source :) Yeah so I actually just tried one simple insert, which I know has worked in the past ```rust let client =...

Just chiming in to say that it will be cool when any of the three PRs that fix this get approved.

The author of the repo would probably know better than me, but because he's [chosen to use the `vmlinux.h` file](https://github.com/harporoeder/ebpfsnitch/blob/main/probes.c#L3) for including kernel structures, the easiest oldest kernel to support...