Michał Piotrowski
Michał Piotrowski
Hi, I have similar problem. ``` block_reader = BlockchainFileReader(self.dir_path + "\\" + file) for block in block_reader: self.analyse_block(block, file, time) ``` It happens on blk00975.dat from bitcoin blockchain. ``` Current...
@toidi I checked a commit history, and I've found this https://github.com/toidi/pyblockchain/commit/4b46fa69444cfde31d63ee5695ecaa46ff967646 so I was thinking, that PR was already merged. Best regards, Michal
@toidi Hi, Have you managed to look at this problem? Best regards, Michal
I use this command to install to /usr cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr I don't know how to get this value from CMAKE. Do you have a code snippet for this?
Hi, I need such tool and I'm willing to work on it. I think that it should work like Doctrine migration tool. Let's say that we have files in app/sql/...
Yes, we need to solve issue #36 before this. I'll take a look at it and try to write something. Doctrine is a PHP ORM. For version 2.x there is...
Hi, If anyone here wants Symfony 5 support you might be interested in this fork https://packagist.org/packages/prolix/maintenance-bundle Works just fine for me on Symfony 5. Best regards, Michal
+1 Another use case would be replication of data from one database to another. ofObject would be a killer feature here.