Ignacio Hagopian

Results 70 comments of Ignacio Hagopian

@Stebalien, I had my own shot at having some easy reproducible program for this problem and created an issue on the badger repo. Details [here](https://github.com/dgraph-io/badger/issues/1297). TL;DR: seems like `NumVersionsToKeep: 0`,...

> @jsign sounds like we could use those parameters as default and let the user tweak them if they want more performance (or tweak them in the server profiles). >...

Hey, jumping to mention something related that I experienced some time ago. It isn't really a problem that we're suffering now, but just related to all this as an anecdote....

The `Node` struct isn't very lean, and considering multiple `Node` are created for a single `.Add` depending on the key length, this result may be reasonable. ``` type Node struct...

You should follow the steps from `bidbot init` that you pasted there. The log output error mentions that you should provide `--storage-provider-id` which is mandatory, apart from other mandatory flags...

We don't use the `urfav/cli` library for CLI, but cobra. The `http` is the endpoint of your Lotus node, there's no https endpoint. The versioning tags and information about `git`...

Ah, if you refer to that is because `bidbot version` checks the local version of the `bidbot` you are running, plus the `bidbot daemon` you're running. Saying it differently, you're...

Sure, I can add some extra text that signals that it's trying to also check the version of the running daemon too.

The `DAGResolver` will run the bitswap protocol for connected peers, and as a fallback use the DHT. So, this should be already the case by default. (figured it out while...