Jeremy

Results 11 comments of Jeremy

I met this problem too. All I want it to get the files to be committed. w.Status() gets LFS files and it took time to iterate them.

https://github.com/cosmos/gaia/blob/main/docs/zh/gaia-tutorials/join-mainnet.md

I just want to search a genesis.json to run gaia and make an investigation.

Could you tell me just how to `go run` this repo? I used 2 of these files(https://github.com/cosmos/mainnet/tree/master/genesis), but still got errors. I am looking for the implementation on tendermint service,...

It is better to do this work after `wasm-bindgen` supporting enums: https://github.com/rustwasm/wasm-bindgen/pull/2631

Is there a way to determine whether set trim_text by looking if there is xml:space = "preserve"? For example: ``` Text ``` The trailing space here should not be trimmed.

@imabdulbasit Thank you!

@vastvik123 Sorry for the late reply. For now we don't support the generic types well. I think the only way to accomplish this is to define different types.

@vastvik123 Thanks for your feedback. `#[xmlserde(root=b"")]` is only for the the outest element. We use `#[xmlserde(name="x")]` to tell the program which tag should be looking for in the fields, and...

Then this is a bug. I will check and fix it later on