Rafi

Results 37 comments of Rafi

Ramdajs does awesome work on this https://ramdajs.com/repl/ they encode everything in url and you can share the shortened url to others. I built something similar to that too https://cp.js.org/ for...

But still need to check if there is any max length that url.

When we make changes using Visbug we can start recording changes in array of objects and when user opens up the web page again we apply those changes again to...

So if user edits a text and then replaces image using visbug this local array would be ``` [{ type: "EDIT_TEXT", location: "xyz", diff: "this is new text" }, {...

> @Rafi993 > > I think having some sort of state store would be great while working on a site. Keep things fast and in memory. > > However, when...

For storing state

Thanks @Thomas499 I was able to build it. I'll just put a option to toggle it and give a PR for this so that someone else looking for it could...

any progress on this issue ??

this might be because this library needs node-gyp which in turn supports python2 and it needs GCC so if you are using centos try running `yum groupinstall "Development Tools"` or...

> While less discoverable compared to the "file name", all other separators are clickable too: > > as well as the navigate arrow in the gutter: > > also, "file...