Agniva De Sarker

Results 355 comments of Agniva De Sarker
trafficstars

Good catch there, and thanks for reading through the code! I wrote this mainly as a POC, and just to understand io_uring better. So there may definitely be bugs like...

Umm.. this tool is just a pluggable log-router. The log destination depends on what the user will configure. If an user has elastic search setup, then he/she needs to stream...

Ok. Just curious though - are you currently using funnel and would like to stream to bleve ? Or is this something that you would like funnel to be able...

Not bad :) I guess its a matter of aesthetics. And also, since anyway its collating both `stdout` and `stderr` in a single stream, it doesn't matter much. However, I...

Right, I am a fan of piping too. It feels like the natural unix approach. Its just that a few people have raised the concern that it should capture from...

The test cases seem to be from here https://gist.github.com/tomstuart/9e4fd5cd96527debf7a685d0b5399635 :) From what I am seeing, there are other more sophisticated algorithms for fuzzy substring [matching](https://en.wikipedia.org/wiki/Approximate_string_matching#Problem_formulation_and_algorithms). I am curious to know...

Thanks for the explanation. Feel free to send a change with tests. I think you would need to refactor out the core logic to a helper function. Please also run...

Yeah, currently the width is hardcoded to 49%, to prevent large images from not appearing side-by-side. Some more CSS magic sprinkle needed. PRs are most welcome.

Hey @realPy - I forgot that this PR was there. We have now merged #34 so this can go it provided it's gated with a flag. Would you mind updating...