Markus Stenberg
Markus Stenberg
Hm, any idea where the messages would have been buffered then? I have seen this with more than one client (Element iOS, Element Desktop; I switched recently to X iOS...
It happened again. - messages were visible on multiple Matrix clients, but not in Signal client - I restarted mautrix-signal, nothing happened - I restarted conduwuit, messages showed up Clearly...
Theory is that this was conduit bug with exponential back off that conduwuit inherited.
I am mostly interested in changing how the 'clone'/'pull' semantics work. Essentially replaying everything from last merged commit, commit by commit, and then noting down the new state in the...
I am not sure I see the problem, as the code already essentially _does_ that (but just squashes the result to single commit). I haven't dared to look at the...
Yes. What I would like to have is essentially git subrepo CLI (= less need to stick magic in e.g. Makefiles to do particular git subtree pull/pushes) and git subtree-like...
Yes, that is what I was referring to. I think mentioning the malleability problem ( given default settings ) still would make sense. Usually describing security considerations of defaults helps...
Last commit in the project was 8 months ago. I would not hold my breath.
If you include go mod tidy and linting for its use, using go.sum (alongside go.mod) is better than just go.mod. The earlier linked blogpost just refers to case where tidy...
If you do not commit go sum, you will not have consistent builds OR verifiable builds. Correct answer is always to use both, as if one or the other changes,...