Irakli Gozalishvili

Results 630 comments of Irakli Gozalishvili

Hi Everyone, My name is Irakli Gozalishvili and I'm from Georgia (this one πŸ‡¬πŸ‡ͺ) currently living in Portland OR. I usually go by @gozala on the internet. My breakfast was...

@goto-bus-stop Thanks! Add you to the list of collaborators here & npm. Also I don't mind at all if this repo migrates elsewhere.

@goto-bus-stop I'll leave this issue open and header and call for maintainers in readme, feel free to remove or keep it depending if you want more ppl to get involved...

@goto-bus-stop sorry for missing your message and only reacting to this an year later. I just transferred it to browserify org.

Ah yes, you’re right concurrent ops would cause open requests. Maybe just wrapping the raf is not gonna do and I just need to fork it instead 😫

> This looks good! I'd been working on something similar but I had trouble with callbacks racing when files were closed with changes in flight. I haven't run the tests...

With this stuff in place I keep getting failures in Network.test.ts https://github.com/automerge/hypermerge/blob/af7e10402389441cf458d606cf3c138aa67006fa/tests/Network.test.ts#L30 ``` ok 2316 netB finds netA not ok 2317 plan != count --- operator: fail expected: 5 actual:...

> This looks good! I'd been working on something similar but I had trouble with callbacks racing when files were closed with changes in flight. I haven't run the tests...

Another thing that keeps spinning in my head is when I think about `data -> view` and `data -> data` it's somehow always the leap from first to the second....

Main problem with persisting & restoring html is event listeners however that also happens to be the problem I've dealt with when trying to get all of [application logic off...