Robin Stammer

Results 10 comments of Robin Stammer

Some useful links to follow: * [Laplace approximation in R](http://www.sumsar.net/blog/2013/11/easy-laplace-approximation/) * [MAP - Maximum a posteriori](https://de.wikipedia.org/wiki/Maximum-a-posteriori-Schätzung) * https://stats.stackexchange.com/questions/464473/is-quap-from-r-in-python * http://xcelab.net/R/rethinking_package.pdf

Hello @igorkasyanchuk! Thanks for your feedback. By the time I proposed it, I did not see any further impact by this change. Unfortunately, as I have switched my job recently,...

@gr8bit I will dive in and return with and push the updated branch!

Hi @gr8bit - sorry for dropping the ball here again. I will try to dive in tomorrow and fix the test file!

Hey @gr8bit - I've resolved the merge conflicts and fixed the tests. However, as the original idea for this arose two years ago, I'd appreciate you double-checking this to verify...

Yes, in general that is possible! [Here is an older example](https://github.com/rstammer/shiny.blueprint) that follows a little bit your idea, if I got it right. The example has multiple `ui`s in the...

Little update: For some reason this only occurs when I add Rails' HTTP basic authentication mechanics, i.e. ```ruby class ApplicationController < ActionController::Base http_basic_authenticate_with name: "something", password: "password" end ``` …...

Interestingly, the error messages were completely misleading here and the HTTP Basic auth was not the problem. Instead, an invocation of `git` was causing the problems as `git` is no...

Unfortunately the reason why we did not observe a direct error popping up from using git is completely mysterious to me and I cannot explain from my current information. It...

Thanks a lot for diving in and sharing your insights, @schneems & @edmorley 👍 That is very valuable for us! Your suggestion makes totally sense! I already have filed a...