:kelko:
:kelko:
Hey @jonhoo . Thanks for the answer. But I would like to come back to the flamechart feature, because after reading your answer I suspect there might be a bug:...
Real-World example. This is the spin.js configuration: ``` javascript var opts = { innerImage: { url: 'img/logo.png', width: 58, height: 58 }, lines: 12, // The number of lines to...
Do as you please, it's your code. But IMHO putting the spinner in a wrapper which includes the image I want to be shown _in_ the spinner sounds like an...
a) Sorry if it sounded "pouting". Was not intended. But (see b. below) I mistook you and I don't see a sense in "battling" over if this or that extension...
I like the idea. But I wouldn't drop the calculation code too fast. If you already have a working code for that why require the users to calculate it from...
As far as I can tell most of what was requested here is already implemented. Right? Modifying `href` even is one of the examples. But I would like to ask...
> I can try to get it implemented later today. I greatly appreciate it 🙂 I wasn't so sure if that would be viable, as it appears to me, that...
A thought on this topic I would like to share: Instead of making the model itself mutable through and through, maybe add special methods on the parser, inspired on CQRS....
Ran also into the same problem for a fun project of mine. So I took a look at the code, thinking about maybe I can contribute a PR. But I'm...
Update: Added code to #52 for the SIMD-version to work as the non-SIMD does.