Results 50 comments of Vano Devium

`JSON.parse()` is very memory hungry for polymorphic objects. If there are a lot of them, there may be memory leaks. Tell me, please, will these JSON-events have a standard structure...

Firstly, you make a cool tool! I like it! Thank you! Secondly, what kind of user experience will parsing these logs bring? As an example, key search? Or highlight? Or...

Just ideas, something might work: 1. Enable compression (gzip) for SSE and return already parsed and pretty formatted JSON 2. Show as usual text as default view, but when user...

Awesome! Sounds good. Also, this feature can be enabled from startup configuration by the way :) `Do parse JSON` OR `Do not parse JSON`

I don't know about your solutions, but I broke my brain. Just show a working example how to subscribe to changes in summaries and orderbook cache or where I have...

@ravenblackx I clearly understand that reading byte by byte is not the best way. But, on the other hand, if the user specifically specifies this parameter, he clearly understands that,...

I changed it a bit to make better use of the current offset and whence

Sounds good. I wanna help with your idea for modular gow :) Lets gow be more elastic :)

@mitranim I faced the same problem Real case: in my root folder there is a data folder which is a volume for docker containers. So "permission denied" from watcher... I...

@mitranim Learned more. Even the ignore list on our part will not help, since the [rjeczalik/notify](https://github.com/rjeczalik/notify) automatically scan all nested folders recursively. I looked at how other tools get around...