Saigut

Results 21 comments of Saigut

It seems BitPay only support BIP44 for BTC.

How about this file structure? ``` xquic/ |- interop/ |- demo/ |- demo_simple_io_common.h |- demo_simple_io_common.c |- demo_simple_io_server.c |- demo_simple_io_client.c ... ``` Or this: ``` xquic/ |- interop/ |- demo-simple/ |-...

> Thank you very much. The demo you added helped me a lot to understand the usage of `xquic`. But is this a bug? My understanding is that `continue` should...

Hello, since `interop` has been added, I think we can continue to consider merging this pr.

Similar problem. `sz` will take a long time for the file can be transfered. Tabby version: 1.0.188 Frontend: xterm-webgl OS: macOS arm64 ``` sz ./jb_github.pcap ZMODEM Session started ------------------------ �*B00000000000000...

I meet the same problem. I use `wget -O` to replace `curl -o` to solve it. Like #5364

> I meet the same problem. I use `wget -O` to replace `curl -o` to solve it. Like #5364 And also `curl -L -o` works. @krishung5 would you like to...