Y
Hacker News
new
|
ask
|
show
|
jobs
by
mirekrusin
13 days ago
Won't appending to .jsonl keep creating conflicts?
1 comments
bob1029
13 days ago
In theory it should merge well. The only actual newline is at the end of the physical line. Everything else is escaped in the JSON string.
link
mirekrusin
13 days ago
But auto merge would have to decide the order when resolving and it can't do it without custom merge.
link