mujx

Results 86 comments of mujx

Yes, that's something that could be implemented, at least in a stripped down version. The [docs](https://wakatime.com/developers#users) of the original endpoint have some fields that don't make sense for hakatime (e.g...

Thanks a lot @thehale for the detailed bug report. I was able to reproduce and fix the issue.

Thanks for the very detailed bug report! This seems like the lmdb is full and it can't receive the next sync response. It will need a way to automatically remove...

@unclechu Yes, that's the limit as defined below https://github.com/mujx/nheko/blob/199a4eaf517d672ad40cd094894c52d3c7e046c1/src/Cache.cpp#L135-L138

@unclechu Do you see any errors/warnings related to one-time keys in the logs? I suspect there might be some bad one time keys uploaded in the server.

Yes, you could grep for `failed to upload one time keys`.

I meant to search in the `nheko.log` file in `~/.cache/nheko` for the following string ``` failed to upload one time keys ```

FYI the initial room is the same every time (the room ids are sorted in lexicographic order, and the first one is picked). The ordering of course changes when a...

Oh sorry, I completely misunderstood the issue. I thought you were talking about the room list & specifically about which room opens first when you start the app. So you're...

I can't reproduce. Does this also happen in v0.6.1?