Jerry Wu
Jerry Wu
We currently have several `utils` and `helpers` modules scattered throughout the codebase. I'd suggest doing a full review to separate functions into two categories: **general-purpose utilities** and **context-specific helpers**. This...
Hi team, I came across [this blog post](https://hugovk.dev/blog/2025/free-threaded-python-on-github-actions/) and thought it’d be valuable to include `3.13t` in our CI. This will help us verify whether Great Tables runs smoothly with...
Hello team, I’d like to propose a utility function called `get_cell_style()` that allows users to easily extract the style(s) from a cell in one table (e.g., Table A) and apply...