Quanlong

Results 82 comments of Quanlong

Encoding shared memory related info into URI is good. I have a bit confusing with existing Trax URI format, i.e. `image://X;Y;Z;`. I don't think this whole string is a valid...

That makes sense, beside that I suggest use keyword **shm** instead of **shmem** in scheme part. Shorter is better, and POSIX also use **shm** representing **SHared Memory**. Another point is...

There is another issue while implementing the above solution, I find it's hard to support **Shared Memory** as a optional feature. In above solution, **Shared Memory** support is enabled through...

I implemented a different version and used it in our projects. You can find it at https://github.com/votchallenge/trax/compare/master...cybertk:support-shm-draft For what we talked in this thread, I have not start the actual...

It's just what I describe in the first comment

Same issue here, have you solved?

Thank you, it seems we need wrap all APIs in OBJ-C.

Reported as https://github.com/mochajs/mocha/issues/2407

@fabioz It's 100% reproducible with the given command, the Debug Server is PyCharm Professional 2018.1.4

`git remote add mirror git-copy [email protected]:cybertk/git-copy.git` then `git push --mirror` works fine.