yourealwaysbe

Results 65 comments of yourealwaysbe

Oh, and if you could try older versions, that would help narrow down when the problem started. Thanks.

>>The "snap to current word" should be the right behaviour >That works, thank you Great :) >I always play with show errors off but switch it on sometimes when its...

Nice. I realised version 10 is not on F-Droid because i forgot to tag it. I've done that now and maybe it will be out in a week or so....

I have the same issue and have not been able to find a workaround.

I found a bug in [commands.py](https://github.com/poljar/weechat-matrix/pull/338/files#diff-42a2b306aaaf25cf96a27ef126cf2690a1011593458a8b91578c36ec67838c37R1164). line 1164 erases the original value of `buffer` so that lookups on other servers will fail. This causes a problem if you want to...

>Was it just a temporary high-cpu usage or was it fairly consistent? Would you be able to share the debug logs? Very consistent -- across several recompiles of bitlbee and...

Great, this seems to work. The CPU usage dropped to 5-15% in the new version. Commenting out `teams_poll` gets the rest of the CPU usage down to trivial. The connection...

Thanks -- that's better than my current hack of commenting it out :) I'm also curios why the connection is failing -- i have nothing against doing the polling and...

Thanks. I added a debug to see what the response from francecentral was. Looks like it's forbidden: > DEBUG teams: executing callback for https://francecentral-prod.notifications.teams.microsoft.com/users/8:orgid.../endpoints/.../events/poll?cursor=1720427450&epfs=srt with data '{"code":"Forbidden","subcode":"None","message":"Request from this platform...

From snooping through the web client logs, i changed [TEAMS_CLIENTINFO_VERSION](https://github.com/EionRobb/purple-teams/blob/master/libteams.h#L156) to 1415/24053101421 and the polling seems to work again.