reslear
reslear
v3 with hover popper, and fast copy buttons
v3.1 with current popper solution:
also released for tests https://www.npmjs.com/package/@reslear/strapi-plugin-ckeditor-with-source-editing
because I switched to pnpm I removed my fork and archived the npm package. PR for v5 https://github.com/ckeditor/strapi-plugin-ckeditor/pull/132
oh i find solution with https://www.npmjs.com/package/just-diff-apply
@tjmoses thanks for the answer) It would be good to call all about their names, and rename all `...Vals` to `...Values` ``` createdVals - createdValues updatedVals - updatedValues deletedVals -...
@tjmoses tuple is great idea :)
so demonstrate example: before ```ts if (deletedVals) { deletedVals.forEach((value) => { const index = state.findIndex((_) => _.id === value.id) state.splice(index, 1) }); } if (updatedVals) { updatedVals.forEach((value) => { const...
@tjmoses yes, really you went even further, it looks interesting syntax P.S. thanks for hint [Immer](https://github.com/immerjs/immer), but sometimes it is enough to have simple functions
https://github.com/vsce-toolroom/vscode-svg-previewer hi @zm-cttae thx fro fork, also can you add please "Go to source" button in "Preview only (instead of the code editor)": like: ```ts context.subscriptions.push(vscode.commands.registerCommand("svgPreview.showSource", (uri?: vscode.Uri) => {...