Post #1404660
2026-02-17 23:01 UTC
@nasser ah gotcha; in that case if all the merging is literally happening in the browser and it's impossible to make an alternate client for it then I probably wouldn't use it, sorry =(
Replies (1)
-
@nasser@merveilles.town 2026-02-17 23:04
@technomancy not impossible, automerge has a c API but then that's the game you're playing. actual merging between remotes will happen in the server, question is whether the rest API is in terms of `update(issue, automerge_blob)` or eg `push_comment(issue, comment_body)` if that makes sense. point taken though and I appreciate the feedback.