Gary Wang

Results 22 comments of Gary Wang

Hi, I made a change for this(see #56), you can try it now with my fork, here is my config snippet(work with`use-package` and `straight.el`): ```elisp (defun my/activate-terminal(args) (call-process-shell-command "open -a...

@ns3777k I'm facing same issue with `govendor`, with `govendor` you can install this package via ```shell govendor fetch github.com/chai2010/webp/^ ``` More details please refer to kardianos/govendor#137 and [here](https://github.com/kardianos/govendor#package-specifier).

For now, Go module prunes non-package directories, see more discussions in golang/go#26366.

Some useful tools: - https://github.com/nomad-software/vend - https://github.com/goware/modvendor

I don't think we can find a way to fix this bug inside this project, this is kind a issue(feature lacking) of `go mod`.

1. You may configure your git to use SSH instead of HTTPS by running: ```shell git config --global url."ssh://[email protected]/".insteadOf "https://github.com/" ``` 2. If you got a SOCKS5 or HTTP proxy,...

I think the way provide a hijacked `ModuleResolver` on Dev network would be easy to implement. First, we deploy all dependent packages to a specific account address such as `0x0000xxx00001...

Would you like to explain further, what kind of initialization would be involved when deployed?

It seems this initialization is not triggered automatically, more like a man who owned the account, first deploy the package on the chain, then call it manually via `contract.call_v2`. Right?