discourse-ai/test/javascripts/unit
Sam 55dab9c68a
FIX: stabilize diff algorithm for streaming (#1358)
Previous to this fix we would diff the entire body of text, this
could lead to situations where a diff presented to a user was
wildly off matching areas in the text that should not have been
tested.

New algorithm only checks a portion of the string, this ensures
that during streaming there is no chance for wild mistakes
2025-05-22 16:31:21 +10:00
..
lib FIX: stabilize diff algorithm for streaming (#1358) 2025-05-22 16:31:21 +10:00
models REFACTOR: Migrate Personas' form to FormKit (#1178) 2025-03-21 14:46:33 -03:00
routes DEV: use sinon for safer stubbing (#624) 2024-05-15 11:54:19 +02:00