Uladzimir Havenchyk

Results 50 comments of Uladzimir Havenchyk

@mazameli @kdoh even if the issue name is about dashboard, examples here are about query builder params. So for query builder we have two types of inputs: inline and with...

Original issue > If I create a SQL query with two params, enter a value for the first, and hit Tab (which takes you to the next box) or click...

I believe that UI has been reworked and we don't have this issue anymore.

increasing `max_old_space_size` helps locally, but I can clearly see memory usage increase on chrome 115 - it can be 3.8Gb in my case

as a temp solution you can use old version of chrome at GHA

> How old? I just backtracked to 108 @irbrad we sticked to the 111 version, it does not crash for us

@pablo-mayrgundter do you use testing-library? Even if I specify global.document this way, tesing-library still claims document is undefined

@albertoperdomo you're right, this problem is related to the latest rework to MLv2, I'm trying to understand where we should fix it - FE or BE

great solution @jenseng, unfortunately if you do not use window directly, it can be tricky to override window. Solution which worked in my case I found [here](https://github.com/jestjs/jest/issues/5124#issuecomment-914606939). ```ts /** *...

@steve-sargent it's not merged https://github.com/iamkun/dayjs/pull/2060