James Z.M. Gao
James Z.M. Gao
how about using a `reverse amalgum` way. that is we still only maintain all functions a whole `xxhash.h`, and do not trigger any addition actions at stages of commit, pr,...
Hi @aspiers , thank you for your response. Here is a minimal test case, we have a simple file tree for stow: ```bash james@jamespc-15:~/work/test-stow/issue-13/stow$ tree .. .. └── stow ├──...
I have looked at the '--no-folding' option, but it really unfold too much. IMO, the smart way is 'unfold-if-override-a-dir'.
@mmalone not only the hostname and ip principal should be verify, it is also better to verify the host and the pubkey pair.
@dopey if x5c provisioner can use the variables from acme cert via #433 in the templates, that could address that every server root could got a ssh host cert for...
any updates for this pr?
@mozillazg '你追我赶' 这个结果也不正确吧 ``` >>> lazy_pinyin('你追我赶', style=Style.TONE, tone_sandhi=True) ['ní', 'zhuī', 'wǒ', 'gǎn'] ```
@superwood is there a PR for this feature?
ok, but the last group should be counted, in the block including line 68.
@rurban in the issue tinypeng/pengyhash#1 the Avalanche and Seed tests from demerphq/smhasher fail for pengyhash, while the hash passed all tests here.