Christoph Michel
Christoph Michel
Sorry, can't help you much here I'm not an iOS developer
I had the same issue and for me installing and following the instructions for [react-native-vector-icons with gradle](https://github.com/oblador/react-native-vector-icons#option-with-gradle-recommended) was the solution that worked.
I did `npm i -g go-ipfs` and then `ipfs init`. If i re-run `ipscend ipfs start`, I now get the following error: ``` starting IPFS daemon (this might take some...
I'm getting the same error using the sync version (with `rustls`): ``` Invalid response: [426] 426 Failure reading network stream. ``` The uploaded file misses some bytes at the end.
I'm not sure what the `.close()` equivalent is for the `sync_ftp`. I tried calling `flush` and `shutdown` on the underlying `TcpStream` but it didn't fix the issue. ```rust let mut...
Could go well with implementing #385 as it has to be done there anyway.
Conversions would cover all of my use cases. I assume you are talking about the [SerialBuffer](https://github.com/EOSIO/eosjs/blob/master/src/eosjs-serialize.ts) class here in the eosjs repo. Its API is not really pleasant to work...