Each edit made to a note, generates a diff that is sent via websockets to other users with the note open. There are currently some issues with this diff/patch system that need to be resolved.
INSERT/DELETE BUG - When a user inserts/removes a line in the document, the entire document is diffed and then patched on the other users note. A board diff application like this can mess up the note the users is editing. Single line or list edits are all done inside the DOM element being edited, eliminating the issue of multiple users editing one area.
Each edit made to a note, generates a diff that is sent via websockets to other users with the note open. There are currently some issues with this diff/patch system that need to be resolved.
INSERT/DELETE BUG - When a user inserts/removes a line in the document, the entire document is diffed and then patched on the other users note. A board diff application like this can mess up the note the users is editing. Single line or list edits are all done inside the DOM element being edited, eliminating the issue of multiple users editing one area.
Max
added the Bug label 2023-07-30 06:11:08 -07:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Each edit made to a note, generates a diff that is sent via websockets to other users with the note open. There are currently some issues with this diff/patch system that need to be resolved.
INSERT/DELETE BUG - When a user inserts/removes a line in the document, the entire document is diffed and then patched on the other users note. A board diff application like this can mess up the note the users is editing. Single line or list edits are all done inside the DOM element being edited, eliminating the issue of multiple users editing one area.