Lars Glud
Lars Glud
I have quickly looked through it and tested it with a few small commits plus a ~1 GB commit and it seems to work fine :) Generally it looks very...
Is it possible to add more handlers or is only one supporrted as is? for me it looks as only one is supported, but at places you write as if...
I have looked a little bit at this error and it is the removal of the web authorise attribute from the repositorycontroller - then the windows middleware authentication is not...
Yes, I'm back... However not mich time fpr Bonobo. Yes, i guess that would be the way to go, and maybe op en the original PR again and state the...
> $ git clone http://intranet/Bonobo.Git.Server/otk.git > Cloning into 'otk'... > warning: You appear to have cloned an empty repository. this warning is only a .... warning - and is expected,...
Are you just using git bash?
@jannemec does it fail if you use the default admin user? How is the IIS setup with authentication? Alternatively can you try clone bonobo and run it in debug yourself?...
I changed it to use the method you mentioned - thanks :+1: And I changed to just emit an error as well as returning an empty callback, as it seems...
> I checked again and the drawing of the random samples (`selectSamples`) should not be done in parallel (calls to `rand()`). That has to either be wrapped in omp critical,...
I guess the `estimateRigidTransformation` is also somewhat compute intensive, so the better option is to guard the random sampling?