Phoenix He
Phoenix He
前两天折腾的时候也在考虑这个问题,主要问题在于,不知道哪里可以用脚本爬 ASN 与 ip 段的映射关系。不过我只有日本和美国两个出口,所以只是特殊处理了一下 Google 全部走日本。
Well... I think pull request #14 works better. You can close this one.
Any update on this one?
@apostolisms Any update on this item? Currently we have a lot of git repos and we want to migrate them smoothly to mono repo with submodule, but currently we are...
@octogonz Thank you for your reply! Our problem is a little bit complicated: we have several public repos and several private repos, and we still want to maintain them with...
@octogonz Oh yes thanks a lot for your explanation! Seems like I need to dig into git subtree's internal to evaluate but in general it should be fine. We will...
@jsirois Thanks for your advice! It's a good idea to specify the option in pex-tools, but seems like it doesn't pass system-site-packages https://github.com/pantsbuild/pex/blob/52c84031bc22781f59e6acba74be9c5736fb3598/pex/tools/commands/venv.py#L177-L183
@jsirois Adding a new option `--system-site-packages` would work for me. I don't have enough time to implement this feature, but I could modify pyenv.cfg after venv extracted. Anyway, please add...
@jsirois Now I'm blocked without this feature. If I manually modify `pyvenv.cfg` to change to `include-system-site-packages = true`, but the “pip” is extracted without `--system-site-packages`, then if I packed "pip",...
Seems like `glob` is not implemented properly: https://github.com/duckdb/duckdb-wasm/blob/master/packages/duckdb-wasm/src/bindings/runtime_browser.ts#L317 Here `glob` will try to `head` the path and return the path if file exists, so it only works when path doesn't...