Thomas Lamant
Thomas Lamant
👍 Will get to it soon 😊
It may be related to it, but I've just run into an issue when restoring my ghost blogs on a new machine based on Ubuntu 24.04. `ghost setup linux-user` does...
Hey @pi0, thanks for reverting! Do you have any idea of such typical cases? I proposed this specific option because `chore(deps)` was the only one originally hard-coded. Well in that...
Hey @pi0, I am back on this one with a proposal which generalizes my original PR as requested. The new option `exclude`, actionable both in config file and cli, enables...
This is already the case. That section will be added if you specify in your commit (see spec) that it introduces breaking changes.
Thanks for the comment @falkoschindler and sorry to have caused you trouble the entire week 😅 `update_columns` suggests a transformation, while I think what I'm trying to suggest is that...
I like the API, more or less what I had in mind. A few things: >```py > # 3. table from pandas dataframe, extending given colums dictionaries > > ui.table(columns=[...],...
Sounds really good that Quasar can infer columns. I can read [here](https://quasar.dev/vue-components/table/#omitting-columns-definition): > You can omit specifying the `columns`. QTable will infer the columns from the properties of the first...
Hi @falkoschindler, I've now implemented things on `ui.table`. See expanded set of tests. Due to the merging step, we now lose the ability for the table to update automatically when...
New implementation of `ui.table` ready for review, including tests and docs. - Updating rows can be done either via setting table.rows, or by using one of the helper methods (add_rows,...