Adam Porter

Results 2642 comments of Adam Porter

Yes, #247 should solve the performance problem. @sergiodj I've been using Ement for years, including in rooms like #matrix-hq:matrix.org, which has over 30,000 members. Until Arto reported the problem mentioned...

> I find it strange, too. For me, this only happened so far in rooms bridged with Heisenbridge. I wonder if it's because membership events are much more common on...

It sounds simple enough: just disable membership events for a room. But there's a lot more to it than that: 1. UI. It probably means making new commands to toggle...

> Sure, in theory I could solve every problem by advising functions and so on, but it would be great to have features implemented on Ement as well. What I'm...

Seems like a user error. Why are you searching for rooms that don't exist?

...I kid. :) Sorry, couldn't resist. Thanks for reporting. Will fix eventually.

Hi, I'll need to see the backtrace to know what's causing the error. Please do `M-x toggle-debug-on-error RET`, then cause the error again, then paste the `*Backtrace*` buffer's contents here.

``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-sidebar-tree-view-buffer() ``` That shows that the error occurs in the function `org-sidebar-tree-view-buffer`, but since that function is byte-compiled, we can't see where in...

Thanks, Phil. Probably just need to adjust the ELSE handler to allow 404s and other HTTP errors to be handled by displaying an error.

Thanks. > * We don't want to hide the marker by adjusting its background and foreground colors - because then `j`, `k` in Evil mode step on this invisible line...