Kilian Ciuffolo

Results 131 comments of Kilian Ciuffolo

Thanks @danbower got everything.

@danbower update: I am still working on it, I didn't have much time to go deeper but I can confirm I was able to reproduce it on chrome. On Safari...

@danbower ok, this is harder than expected. I did some digging and I can't find any memory leaks at all. Everything gets cleaned up, number of listeners, memory and number...

Hey @a93ushakov do you mind providing the exact steps to reproduce this?

On paper this should work, but I never used `tmux` so I need to dig into the issue to understand why this is happening. `rtail` is so stupid simple that...

I don't think so, I'll look into it

Hey @chilcano thanks for contributing, in general everything that outputs something can be piped into rtail, run this test: ``` $ yourcommand > test.txt ``` what you see in the...

@chilcano `rtail-server` splits by newline, it's very stupid regarding what gets in. it should grab every new line. If multitail doesn't use newlines that's ok. I would have agreed if...

Interesting, I'll leave this open and check it out myself, I am curious now :)

@jamieabc this is the nature of `UDP`, you may drop messages and order is not guaranteed. The UI sorts by timestamps so I suspect there may be something we can...