Onur C. Cakmak
Onur C. Cakmak
I think I'm hitting a similar issue. External dependencies referenced through `maven_install` didn't have the right jars in the project. Looking into Project Settings > Libraries, I noticed that the...
Sounds like a good idea
I believe it's fixed in the issue-41 branch (in 183ecc26). Could you take a look and let me know? I've also updated the jsfiddle to quickly test the change -...
Overriding Function.call() is indeed too intrusive. It will cause performance issues. @aleksabl has a proper use case here. TraceKit is handling the unhandled exception there. It's just not generating the...
The problem is window.onerror's interface. onerror handler gets the error message, URL, and the line number. (See https://developer.mozilla.org/en-US/docs/DOM/window.onerror#Parameters). Since we don't get the actual Error object, we can't gather a...
Here's a thread I've found http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-May/035732.html Even if this was accepted and implemented TraceKit (or similar projects :P) would still need a way to handle the issue on older browsers.
Just a side note: While `.collectWindowErrors` disables notifications, we still attach our own window.onerror handler. We should improve that. My opinion is that the default configuration should still have the...
Adding more information -- It looks like [IsPoolEmpty](https://github.com/rook/rook/blob/f5e4977c8ff0e7fe5096cbac124b47ee5f3cd50d/pkg/daemon/ceph/client/pool.go#L223) is the responsible function. It doesn't look like it checks if the pool is actually empty or not.
I can see that, but I don't think CephObjectStore supports what I wanted to do. Brief version of why we did what we did: We added HDDs to the cluster...
I'm hitting a similar issue on a freshly setup cluster. Please LMK if I should open a new bug instead. Hardware: 2x10Gbps bonded network connections 3x4TB NVMes per node (first...