Raf Solari

Results 10 comments of Raf Solari

Yes, GovernorCountingFractional would unlock the use cases I have in mind!

I also had this issue when I upgraded to the latest graph node @pi0neerpat: My new docker-compose: ``` graphnode-indexer: image: graphprotocol/graph-node:latest environment: postgres_host: '${DB_HOST}' postgres_port: 5432 ``` The old docker-compose...

Makes sense. I'll squash the commits down. I'm hesitant to expand the interface to let users pick their estimator because – in theory – the estimators should behave the same....

Ok, great. Thanks for the feedback guys. I'll make some changes: - [ ] squash commits into ~one per file - [ ] add equivalence tests - [ ] update...

I haven't forgotten about this PR! I just haven't had time to finish it. I expect to clean it up and make the suggested changes eventually. Perhaps in a month...

I fixed this issue by applying [this fix](https://github.com/OpenZeppelin/defender-client/pull/182) to the Defender Client.

Hi, I'm following this issue and #61 with interest. Have you decided on the failure modes? With the current version of pg_shard, we're planning to `INSERT` one row at a...

We couldn't safely parallelize different instances of the `copy_to_insert` function, so we couldn't keep track of the count of rows copied. If we create the function only once, we get...

See issue #9: https://github.com/AlanQuatermain/go-tmbundle/issues/9 You need to install gocode (https://github.com/nsf/gocode) and add it to your path. Another workaround: tell go-tmbundle to stop handling 'escape': Bundles -> Bundle Editor -> Edit...

Thanks for flagging, @hyperman-web. The claim team is aware of the issue. The duplicate registrations will be removed from the final merkle tree. The registrations all have the same source...