hopperelec

Results 89 comments of hopperelec

I think when they said "chat analytics", they were referring to analytics of their chats, not this app

For the export instructions, we can reference [this](https://help.instagram.com/1224884341728748/). For the structure of the JSON file, I've found [a C# project](https://github.com/furkantarikgocmen/IG-DM-PARSER/blob/master/IG-DM-PARSER/Program.cs) which parses the JSON; we obviously can't use the C#...

Thanks for the samples, those will be very useful!

> For some reason I was under the impression that there was something that also compared message lengths but I'm not seeing that Under `Language > Language Statistics` there is...

MetaParser wouldn't really make sense because WhatsApp is also made by Meta but that has its own parser. Also, I would personally read "MetaParser" as meaning a parser for chat-analytics...

Looks like a duplicate of https://github.com/ollama/ollama-js/issues/103

Just experienced this same issue. The stream doesn't get created until Ollama starts responding to the request (which could be a while if you're loading a large model), so you...

Nevermind, there's already a PR to fix this! https://github.com/ollama/ollama-js/pull/146

> Registering or unregistering listeners is bad for performance because the HandlerList needs to be rebaked each time My understanding was that this was only really a problem if you...