rmGFW

Results 21 comments of rmGFW

> > Adding the mapping manually in my .vimrc works fine btw > > ``` > > let g:VM_maps = {} > > let g:VM_maps["Add Cursor Down"] = '' "...

> That's not your issue as seems to be a connection problem but noticed > > ``` > "to": "/usr/bin/buildkitd" > ``` > > The destination path for source in...

> Are you able to connect with `dlv` manually through `dlv connect` as mentioned in these docs? https://github.com/moby/buildkit/blob/master/docs/dev/remote-debugging.md#connecting-to-the-port-command-line > > I suspect this might be more a configuration issue from...

> I may have an idea why it fails to cache.. Remove `ARG VERSION` from other target, because it busts the cache before `build-xxx` is started (even if it internally...

> COPY +middle/otherfile . why this line`COPY +middle/otherfile .` don't need pass arg `a` , and even don't need define ARG `a` in the recipe `test `, if we can...

i have the same issue

> Probably doesn't work there. that's right , i tried patch Mach-O 64-bit executable, it will crash after patched . but i don't known why it crash .

> Probably something to do with security. i want to find how to fix this ,but i even dont known what's the name of this mechanic. btw, if we not...

yes, i ran tun2proxy in two machine , they use same proxy , and another machine(aarch64 linux too) works well

> How about you build it on your machine by yourself? use command `cargo install tun2proxy`