Daniel Müllner
Daniel Müllner
I don't know of any such issue. You can probably simply change the ``` typedef double t_float; ``` in fastcluster.cpp plus make a few adaptations in fastcluster_python.cpp. Since the binaries...
I would very much appreciate if you do that!
Hi Jim, maybe the object that `bigdist()` returns is too different from what `fastcluster::hclust` expects, namely a compressed distance matrix like the result of `dist()`. What does ``` attr(temp2$fbm, "Size")...
Sorry, I don't have the time these days to work on this myself.
Hi Frederik (or other reviewers), the failed test only complains that the commit message (in my forked repository) does not adhere to the required format. Can this can be resolved...
I had difficulties isolating the problem as requested. In particular, I still do not understand the difference in Firefox and Chromium behavior. I suggest to let this pull request rest...
I am reopening this pull request with a minimal example to reliably reproduce the error that this pull request fixes. I constructed a minimal browser extension in the directory `test/extension`....
I am still not sure what exactly the difference between Firefox and Chromium is. Here is my current guess: it seems as if in Firefox, there are two different functions...
Yes, I can get it to work in Firefox 55.0.2 (64-bit). Did you place a copy of `angular.js` in `test/extension`? Here is how it looks like on my computer: ![screenshot...
Hi @gkalpak, (1) the demo extension works for me in Firefox 55.0.3 (32-bit) on Windows 10. However, since you are able to reproduce the problem without angular.js, let's not worry...