Philippe Rivière
                                            Philippe Rivière
                                        
                                    Thank you @harelba. I'm fine with using iconv, was just reporting this issue as a suggestion for the project. Maybe q should not be responsible for wild charset conversions, but...
On a similar note I was wondering how one could reuse the generated db. Changing `:memory:` to `q.sqlite` and ending with `db.conn.commit()` instead of `table_creator.drop_table()` did the trick. Caching the...
Oops? This chart left we wondering if this was really a "monotone cubic" interpolator… as it overshoots in X and Y. So I think there is a small mistake here,...
Excellent, thanks a lot! Indeed this is how the monotone spiral is supposed to look if we use it for the parametrized curve (x(t), y(t)). ![Capture d’écran 2020-07-03 à 19...
1) If you consider a "closed" polygon as having p[n-1] == p[0], the issue of having to "add 1/n" disappears. "Forgetting" to pass the closing value is just a convenience...
Ah yes https://github.com/Evercoder/culori/blob/master/src/interpolate/hue.js#L20
there must be a (temporary?) problem with `https://runnable.com/d3.js` — it sends my browser to download a `1GB.file` (which I cancelled immediately—can't tell what it is). I would also add blockbuilder...
I'm not actively using it (was doing tests). Yes multiple config dirs would certainly work.
I have this situation quite often too. Same "solution".