Doug Turnbull
Doug Turnbull
Very true, though it'd be a big task to rewrite bootstrap's popover. This library right now is for those that already have jQuery/bootstrap
Hey @gconaty -- it should work (but then lots of things _should_ work!) Do you have a jsfiddle or test case that you can point to?
Thanks for the PR! good feature. Do you mind putting in a test. Something in the vein of test_prefix_wrap_method?
Can you paste in a simplified example of a blob of HTML with the error?
@AndyBrownlie did you ever figure out what was going on? I don't think I can run this code in isolation. Do you have a jsfiddle that reproduces the issue?
This PR seems so close. Anything I can do to help get this over the finish line @ganesh-k13? For certain similarity functions (like hamming distance) the bit count function is...
Awesome - thanks @ganesh-k13 and @seberg Maybe this is my numpy ignorance, but is there a way to efficiently apply the scalar function to a whole array? Without something like...
Just checking in on this fastastic work! A note I rebased and fixed the linting errors in this branch, if anyone wants to cherry-pick the commit. https://github.com/softwaredoug/numpy/commit/c60440b62bc45b7d824a78b63a0d5066cd1f446c
Not sure if expected, after rebase, I also had to add an bitwise_count in `__init__.py` for this to work. See this commit: https://github.com/softwaredoug/numpy/commit/d3fc6b7c883fdc624556a025575a9c6c0586f0b4 Once I did this, I see a...
> We use the same parallel counting implementation under the hood. Ah interesting! I had assumed we used some compiler intrinsics that accessed the CPU's popcount instruction (at least where...