Ermolaev Andrey
Ermolaev Andrey
hello @lfittl, why you not accept my pull request?
Yes you are right! I fixed it.
@Jane-Terziev looks good, and it works, you can create PR? I think @solnic will give more detailed feedback, on PR review
> why isn't it a patch to Ruby? ruby has other methods for parsing time in strict formats ```ruby Time.iso8601("2011-10-05T22:26:12-04:00") Time.strptime("2000-10-31", "%Y-%m-%d") ``` this methods is fast, but this is...
> I mean it sounds strange we invent "performance-optimized" code and copy it between line libraries... What if there's another, even faster set of regex? :) Ruby has regexp for...
I created example with reproduce problem https://fiddle.clickhouse.com/2272497f-e60a-44cd-8457-2660191cea2e
you can see similar issue https://github.com/flutter/flutter/issues/106190
Hello @sapphi-red, recently you [fix: allow tree-shake glob eager css in js ](https://github.com/vitejs/vite/pull/9547) Looks like it's a similar issue in **legacy plugin** maybe you will have time to fix it...
this performance issue introduced in flutter 3.0.0, if switch to flutter 2.10.5 it fork fine
if we introduce `conn.auto_encode_arrays!` then it will be necessary to rewrite the old sql with `conn.array` developers can create arrays only in the necessary places ```ruby conn.query("select * from products...