ianjsikes·5 ปีที่แล้ว·discussYou can still use VS Code's diff if you have the GitHub Pull Requests extension: https://marketplace.visualstudio.com/items?itemName=GitHub.v...
ianjsikes·5 ปีที่แล้ว·discussBarrier is almost perfect for my use, with one big flaw. It has no concept of individual displays. For most setups, it probably isn't a big deal. For me, I am back to a hardware KVM.
ianjsikes·6 ปีที่แล้ว·discussThe cheaty way is `let copy = JSON.parse(JSON.stringify(val))`. Doesn't work for functions or cyclic structures though.