Gokberk Yaltirakli

Results 13 comments of Gokberk Yaltirakli

This should also include the onlineSet packet.

Indenting the code with 4 spaces should also work to comply with markdown standard and the websites using it.

I can implement server-to-client pings in a seperate patch if needed. This one is for client-to-server pings and I don't want to add too many commits to it. What do...

While it is out of scope for this project, it should not be too difficult to make it output Python code that can run. It might even get performance improvements....

Hey, you can write me as the maintainer of [rust-ipfs-api](https://github.com/gkbrk/rust-ipfs-api). Other than the occasional PR, there are no other official maintainers. Anything I can help with?

@mikeal I think you added me to the wrong library, unless the maintainer list isn't supposed to be per library.

@mikeal I'm adding the APIs as I need them, or when someone opens an issue on GitHub about something they need. You can see the docs [here](https://docs.rs/ipfsapi/0.2.2/ipfsapi/struct.IpfsApi.html). I have some...

> This breaks compatibility with any old versions (0.9.0 or before) but makes the crate work with recent versions (0.10.0 - 0.13.0). I don't think we should care about those...

When you say add a raw buffer, do you mean adding it as a file or creating a block?

I added an API to add and retrieve blocks to the new version. Let me know if there are any problems with it. **TODO:** Write docs for the block api