Results 125 comments of Jun Wu

Based on tests using `mklink /D` vs `mklink`, I think `symlink_dir` is the one to be used. It seems to handle both the directory and file cases, while directory symlink...

When using `yarn` it seems the `--openssl_fips=''` passed to `yarn` does not make a difference. If the issue happens in a dependency, editing `binding.gyp` in the `node_modules/` directory gets reverted...

Hi @spl, FYI I ended up [reinventing it](https://github.com/facebookexperimental/eden/commit/108f1c947a62c442b3b5caf79d61575fbd3c1694). It's not a lot of code if `Arc` is used.

@scottlamb I have some questions about the `mp4::File` use-case. When constructing the `Bytes` backed by `mp4::File`, would it read the entire content of the file as an ordinary `Bytes` backed...

Thanks for explanation. I think the `Bytes::as_ref(&self) -> &[u8]` API makes it unsuitable for non-continuous buffers and it is hard to change the API now. For complex backend backed by...

No. As previously explained, remote HTTP(s) data (http backend) is controlled by "untrusted" team. Data from other backends are managed by a trusted team. Therefore only remote HTTP(s) responses should...

There is some interest in supporting git repo transparently in "hg". The rough idea is: - Related storage layers know how to read and write git commits, trees, and files...

There are some recent progress on git support. Currently the plan is to support 2 modes: 1. EdenSCM working copy + git (full) bare repo + git exchange. status, log,...

@gabrielrussoc Mode 1 mentioned above was already implemented. It is marked experimental but does have users internally. You can use `clone --git` or `init --git` to get started. It provides...

I encountered the same bug. I thought this is because the UI change (searchbox moved and not cleared when clicked) probably not a Surface specified bug.