Bruno Harbulot
Bruno Harbulot
@Taureon it is indeed the bitwas XOR operator in JavaScript, but that's what the bug report seems to be about. Most comments in that code use `^` as the exponent...
Not commenting on what happens in these particular lines, but `spectrum[0]` should be the arithmetic mean of your input signal. Often, you'll also get overall better numerical precision by subtracting...
Hi @olifolkerd, It's been a while since we discussed this issue, but I've found a bit of time to clean up some of the workaround I'd found to address this,...
Just updated for Tabulator 5.1: https://harbulot.github.io/tabulator-examples/tree-tests-tabulator-5.1/tree-test-1.html This was relatively straightforward, the main differences are: - `dataFiltering` and `dataFiltered` are now handled as events instead of callbacks. - There didn't seem...
Hi @olifolkerd, thank you, no worries, I'll try to explain a little better. What I was trying to achieve was to be able to both: - be able to click...
Hi Oli, Apologies for the delay! I've updated the PR, using `selectableMaxRows` and a deprecation warning. I've updated the [demo example](https://harbulot.github.io/tabulator-examples/tree-tests-tabulator-5.3/selectableMaxRows-test-withpatch.html) too. > From a UX perspective how would you...
Just in case, you might want to check that the font you're using supports the characters you're trying to render (similar to #129 or #53).
> I tried to add using but output came was like 10,000 Could you clarify what you've tried? It looks like there's part of your sentence missing after "using". If...
I'm fine with the MIT license. (That said, I'm not entirely sure it's worth the trouble. Once it's MIT-only, it could cause problems for people who use it as GPL-only....
@tobiasgraeber Sorry, it looks like I deleted the examples for Tabulator 5.1 when updating for 5.3, probably by mistake. I've re-added them now. There is also an updated link for...