Alexander
Alexander
Confirm the issue: - Windows 10 - Node v16.14.0 - NPM 8.3.1
> Mh... works fine for me when cloning freshly and following the instructions. Are you sure you didn't change anything? Any issues if you run `pnpm build` first and then...
pnpm build output: `pnpm build > @vue-flow/[email protected] build C:\Users\roman\workspace\vue-flow > turbo build --filter='./packages/*' --filter=!vueflow • Packages in scope: • Running build in 0 packages • Remote caching disabled No tasks...
The case is: Edit some heavy data in a browser, send only diff to the server when saving.
> No, it will never be implemented because it requires a Diff library and it's out of scope. You can use Diff library of your choice (like jsDiff) and implement...
Found, that jsdiff has Api for applying patches too. But seems that jsDiff works only with text. May be you know solutions for binary data?
"--binary" key enables binary patches generation https://superuser.com/a/1567733