Shahmir Varqha

Results 29 comments of Shahmir Varqha

@mscolnick, fyi on the API change.

thank you! using var will raise pre-commit issues, we should use let / const instead. this snippet should help clean it up. ```typescript const fillColors = { increase: "var(--grass-8)", decrease:...

Thanks for reporting. This feature does exist, when you press F2 on a variable, it should show a popup. We do want to improve this so that this option shows...

https://github.com/user-attachments/assets/43f8ea27-8baa-498b-af7a-851a9c54bf72 Thanks @manzt @akshayka , I made some improvements to the prototype: - plus buttons span the entire cell - remove vertical line (you can increase the opacity to see...

I think we can improve the error message to add the exception class (duckdb error)

Strange, I cannot reproduce it 🤔 ![Image](https://github.com/user-attachments/assets/8ae72d90-6065-4536-80aa-e5d0bf5270a3)

I see, I can test with more datasets too, but there aren't restrictions on the size for this filter. It works with other dataframes? > Does this occur for all...

> Hi, I'm using it with a small dataframe and I have no chart there is a column limit of 40, row_size of 20k for charts. you can check the...

I'm guessing you'd like it if you can limit the height of specific columns, so it becomes scrollable? I have not tested, but wonder if doable with css (max-height &...