Dhruv Baldawa

Results 11 comments of Dhruv Baldawa

@aaad Here you go, you can this script - https://gist.github.com/dhruvbaldawa/5a5f21bc6691d9d8693b59ab28b1d680

@diasdavid Thanks for the pointers. I have a working implementation (with tests) for `multibase` and `multicodec` in Python now. Will work on CID implementation next and then polish the code...

@TKorr thanks for the references, I did refer those repos. But I thought I'd refer the existing JS and Go implementations and try to emulate what they are doing because...

Update: I have CID implementation! https://github.com/dhruvbaldawa/py-cid For the next week, my focus will be adding documentation for `multicodec`, `multihash` and `CID` and add some more test coverage for these projects....

Cool, should I just go ahead and move the project into the organization?

Cool, can you please add me to the multiformats organization as well?

@diasdavid Hi, I can't add integrations for the repos that I have moved into multiformats org. Integrations like readthedocs.org for building and uploading the documentation, it works fine for the...

Thanks! Yes, that is it (for now :)). Just out of curiosity, I am adding the repos under Python Team when I create them so will the new repos get...

@fredthomsen yes, I know about `hypothesis` for now I am using `pytest` fixtures to get a similar effect. Actually, I did find a few issues when I did that, for...

+1, I think its a really good implementation :)