Adam Porter

Results 2645 comments of Adam Porter

FWIW, I've implemented this in Ement.el: https://github.com/alphapapa/ement.el/commit/7c12e04d769bc8696bec89730729ac12083aeee3 It seems to work nicely. Finally I can give rooms names that are meaningful to me. I hope this proposal will be merged...

> My tests didn't involve huge data sizes . If you have ideas on some big dataset I can use to test, that's welcomed too. Well, as I said, I...

Yes, it is intended to be fixed when time permits. @Alexander-Miller I'm guessing that recursively sorting the auto-grouped lists should work well enough, if you're still interested in implementing that.

It's past time to tag a stable release of v1.3, which has several changes already, so I'm targeting this for v1.4.

Yes, knowing what we do about Emacs's internals, this is obviously wrong to us. But to a non-developer user, simply activating `org-mode` normally would be natural. So it'd be nice...

I just tested it, and it works for me. The error message you're getting from the server: ``` "{\"errcode\":\"M_UNKNOWN\",\"error\":\"'from' parameter is invalid\"}" ``` suggests that it's specific to a certain...

I just tried it on four rooms that I'm in, and they all work fine. Can you reproduce the problem if you try it in public, unencrypted rooms without connecting...

So you're running your own homeserver? If so, I'd suggest checking some details of the rooms that are exhibiting this problem. For example, are they an old room version? Do...

From talking with another user just now, it seems that the issue is that, after joining a room, the `from` token is not set correctly. But disconnecting and reconnecting solves...

@phil-s Ok, I guess we need to ensure that the `prev-batch` token is non-nil before sending a request: https://github.com/alphapapa/ement.el/blob/909abd44427ba1d3b9e83eda422c520dbe55880b/ement-room.el#L1368-L1397