Kyle Cunningham

Results 25 comments of Kyle Cunningham

I ran into the same issue as well. Not exactly sure where the source of the issue lies as the initial render would work, but refreshing would cause a server...

If I remember correctly there's difficulty in implementing this because of react table usage and needing to track scroll state between a scrollbar at the end and one that floats...

I'm taking a look at this and it appears that the filters will impact table rows allowing filtering to take place, but the calculation is still being done with the...

Looking into this more deeply, this is definitely strange in that this appears to be happening either in or at the interface of `react-awesome-query-builder`. Alias changes don't seem to be...

This is doing it, looks like something is being effected downstream of this. Not sure what exactly yet. https://github.com/grafana/grafana/blob/3a5ddbfbdfc697ed862c15e6c445a262f01975db/public/app/features/plugins/sql/components/visual-query-builder/WhereRow.tsx#L42

The change looks good in terms of filters showing. One thing that appears to have been revealed by this is that filters on time fields aren't modifying the query 😬....

I believe I've run into this issue as well. We have a state broken down into multiple invoked sub-machines. If we initialize state to one of the invoked sub-machines we...

Progress on this front 🥳 https://github.com/grafana/grafana/assets/199847/8f2ea97c-4b5c-42a7-80e6-ea0d7f274f01

Ok, this took a bit too long 😬 but finally getting through some performance testing and with some good news This approach is using `measureText` in order approximate the size...

This is testing with 5000 rows with 1 to 20 paragraphs of Lorem Ipsum text, currently two columns but I can see if more makes a difference but I suspect...