Sergio Moreno

Results 111 comments of Sergio Moreno

Sorry for pinging, but this is the only feature missing for us to migrate our entire stack to pgcat instead of pgbouncer

You can use Ramer–Douglas–Peucker algorithm: https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm The purpose of the algorithm is, given a curve composed of line segments (which is also called a Polyline in some contexts), to find...

> > I am not sure such an optimisation falls into the responsibility of recharts. Instead, one could quickly build a wrapper component, utilising such tools such as https://mourner.github.io/simplify-js/ to...

It's indeed a bug, we have the same problem, I can push a fix let's hope that @jjranalli merge it

```js import path from 'path'; import nodeResolve from 'rollup-plugin-node-resolve'; import babel from 'rollup-plugin-babel'; import replace from 'rollup-plugin-replace'; import commonjs from 'rollup-plugin-commonjs'; import filesize from 'rollup-plugin-filesize'; import visualizer from 'rollup-plugin-visualizer'; import...

Andres, should we use this branch for newer pull requests or just master? I would like to resolve `results.reduce` is not a function issue. :/

@ploh007 Pinging you because I've tried to access the design and couldn't enter, requests a password. Feel free to reach me out via twitter, or mail or even Discord, I'll...

Editor has an onPaste event, should implement a custom callback Anyways I think theres a link tool, where this functionality is handled

Could be a better solution a plugin called @editor-js/alignment, that checks if the block that has been created can be aligned, if so, just align it? It could work for:...

> i made it once > https://github.com/kaaaaaaaaaaai/paragraph-with-alignment https://github.com/codex-team/editor.js/pull/1272 Implemented it on core editor, we're discussing what could be the best solution