Ayana-chan
Results
2
issues of
Ayana-chan
I got a trouble when I want to obtain IPFS node's information. I use IpfsClient like: ```rust let client = IpfsClient::from_ipv4( "http".parse().unwrap(), SocketAddrV4::new(Ipv4Addr::new(192, 168, 177, 134), 5001), ).unwrap(); let data...
Now serde_qs only support array like `user_ids[0]=1&user_ids[1]=2` and `user_ids[]=1&user_ids[]=2`, but not support `user_ids=1&user_ids=2` or `user_ids=1,2`. (Also mentioned in PR #83 ) It's very important when developing public API (for example,...