Andrew Mostello

Results 4 comments of Andrew Mostello

> * We'll need to sync with the packaging for Chocolatey (~homebrew for Windows) that it won't break them, because that is a fairly common way people get the exporter....

Additional vote here for #373. Using the context argument makes it backwards compatible and opt-in, so I think this is the best approach of the ones I've seen submitted.

If you compile the source it avoids this issue. I was having the same problem but built it directly, and it's working so far (no crash). https://colmap.github.io/install.html#id2 I also didn't...

I agree that it's idiomatic to provide a `NewTransport` function and bring-your-own `http.Client`, but it's also common to provide a method to set the header on a request. e.g., the...