Daniel Porteous (dport)

Results 253 comments of Daniel Porteous (dport)

But why can't you just put the description alongside it, like in my last snippet? The validator I used online says it's valid, and that way we don't add an...

Hmmm yeah you're right, I tried a different UI generator and it didn't like it either. I feel like this is a potential foot gun in the future, when people...

I'm getting this error too, even without the `charset=utf8` part, and unfortunately I don't have control over my clients here. Is there some way to work around this? ``` the...

Okay I updated Poem and the error randomly disappeared 🤔. I can't see a change that would fix this but I'll accept it lol.

Seems like I'm using that version: ``` $ cargo-audit cargo-audit 0.17.0 Tony Arcieri Audit Cargo.lock for crates with security vulnerabilities USAGE: cargo-audit [OPTIONS] OPTIONS: -h, --help Print help information -v,...

Will look later, though I think we might have fixed this now.

A brief overview: - Mainnet: There is no faucet in-wallet, you have to get funds from an exchange. - Testnet: Use the faucet button in-wallet or use the testnet faucet...

Thanks for the fix!

Note, the user reported that this snippet gave them this error instead: ``` { error: { code: 400, message: `Unexpected token 'C', "C9C\x17�^t�p�"... is not valid JSON` } } ```

If I remove the explicit arg serialization (`aptos.BCS.bcsSerializeStr`) it still fails in the same way. Same if I just remove the args entirely. So the deserialization API-side is failing before...