Vijay Aravamudhan

Results 167 comments of Vijay Aravamudhan

I have been an active maintainer of Ferdi, and am looking to switch. Though I am *not a javascript developer*, I have been able to relatively contribute to that for...

> Honest question: why are you looking to switch? From my understanding, Ferdi has a very active community, and Ferdi itself is working flawlessly. Good question. There are only 2...

Same issue with me as well. Looks like the `js_unread` is somehow bad? Where can I find the code that goes into `js_unread`?

Unread message count can be obtained using this snippet (doesn't handle muted conversations): ``` const unreadSpans = document.querySelectorAll('span[aria-label]'); if (unreadSpans) { hamsket.setUnreadCount([...unreadSpans].map(x => Number(x.textContent)).reduce((a, b) => a + b)); }...

@Vaarlion - do you mean to say that the `NaN` should be guarded against while displaying the unread counter/badge? Could you please provide the code/steps for me to reproduce?

I am also facing the same issue. In a normal browser, I get redirected to https://web.telegram.org/k/ (if I type in the telegram service url that's present in the hamsket code)....

This is similar to how Ferdi does it: there's a compile/package-time shell command that's run, which generates some files, and those files are then packaged into the installable file. The...

@TheGoddessInari : This is still a dealbreaker for me. Just tried to switch between 2 services. I'm using: ``` Version: 0.6.0 Platform: darwin (x64) Electron: 9.1.2 Chromium: 83.0.4103.122 Node: 12.14.1...

@TheGoddessInari - is there a debug log or something that we can retrieve and attach to this ticket - to help you debug the issue? This definitely doesn't work on...

Closing this issue since I have moved onto Ferdi.