Chris Pahl

Results 86 comments of Chris Pahl
trafficstars

Good, then let's tackle that as one item. I think it's an important thing and will make brig a lot better. The following this should be considered in the pin...

Seems IPFS v0.8 adds a way to add a pin in the background: https://github.com/ipfs/go-ipfs/releases/tag/v0.8.0 Didn't try it yet, but this would solve our issue with blocking pins, which is quite...

The situation is a bit more complicated. I will try to explain. * I assume you created the 1000 files in the root directory. The reason you see the size...

> Now let me repeat back the main point (please correct me if I am wrong): > [...] Both points are correct. I think this drawing illustrates it well: ![alt](https://disorganizer.github.io/brig-thesis/brig/html/images/4/op-commit.png)...

Hello @evgmik, thanks for your work. I will look at your commits in the next days and try them out. I have a few free days over christmas now and...

> If you are back, I would love to push the project further. Great to hear! Developing ``brig`` solo was pretty daunting. Maybe we can slowly, but steadily make it...

Hello @chasingegg, this shouldn't happen. A few points to check: - You are sure to have used the opposite fingerprint for the each side? (I have to ask) - Do...

Hello @chasingegg, that is quite weird. Can you post the output of ``brig bug -s`` (preferably in a pastebin). Also, please paste the output of this command: ```bash $ ipfs...

Just two other things: * ``brig remote ls`` currently opens a connection to each remote and checks if they are indeed authenticated. This is synchronous and should be done as...

This would be also a good idea to be worked upon right now. [This](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html) looks like a good tutorial.