kuafuwang
kuafuwang
  
另外spinner 直接修改input的回调接口没有?能否增加呢, 现在我只能把input设置为readonly来卡死用户,直接修改input,强迫他们通过增加或减少按钮来操作,但是这样是不是不够友好呢?
 其实只要这样修改一下,接口和原来还是兼容的。
It's a good idea. But right now I am writing a lsp-server. When the lsp-server is done .I will add this project as a package to VCPKG. I had found...
> Have you looked at the LSP server inside ClangD? I'm looking at using it as well, assuming it's good enough as it's part of LLVM. > > https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/ClangdLSPServer.h Before...
you can try to update the types . it is very easy. and i will merge you PR.
> Also I was thinking was upgrading the project to C++ 20 so that I can remove boost:optional, but there were errors when I changed the standard, could this be...
thanks for you pull request . it's to late to answer you question. because i busy , and can not find a gool VPN , so i can't visit github...
`void merlin_transcript_commit_bytes(merlin_transcript* mctx, const uint8_t* label, size_t label_len, const uint8_t* message, size_t message_len) { uint64_t message_len_bytes = message_len; strobe128_meta_ad(&mctx->sctx, label, label_len, 0); strobe128_meta_ad(&mctx->sctx, (uint8_t*)&message_len_bytes, 4, 1); strobe128_ad(&mctx->sctx, message, message_len, 0);...