Jakob Borg

Results 646 comments of Jakob Borg

The first couple of comments on this thread are confusing. But the thing where some program has an open fd on a file that we replace, and later decides to...

NAT-PMP is now implemented. What equipment speaks PCP, or what is the driver for that protocol?

Yep. We could do a rough estimate based on recent history, although it will be a rough guess only.

Of course we would do that. It's still only a rough estimate, because we don't know ahead of time how much data for a given file will need to be...

The go runtime never terminates threads. You can count the number of goroutines though with something like runtime.NumGoRoutines() (which should be 1 if the main goroutine is the only one...

In addition to the already mentioned shutdown/restart issue we should also remove calls to log.Fatal and similar (these should instead be a return from the top level function with an...

Usually one does. I don't necessarily want to do that in our case though because these are large and unwieldy. I think we should refactor so that a set of...

Those are unfortunately warning messages logged on the console and thus shown in the GUI. There is no mechanism for translating those at the moment, although we should have one....

> When creating a conflict file, do we ensure that that file doesn't already exist as a conflict file from an earlier point in time? The file name used contains...