Maxime Costalonga
Maxime Costalonga
> In your realistic usecase, how many rows (order of magnitude) do you expect to be working with? Is it 10^3 or 10^4? @rahulporuri It is hard to assess for...
@corranwebster A quick update following your suspicion: to check it, I quickly tried just commenting image and color setting in `DataViewItemModel.data()` ([this block of code](https://github.com/enthought/pyface/blob/master/pyface/ui/qt4/data_view/data_view_item_model.py#L189-L204)), and it doesn't make the...
I did investigate a bit more on this issue, and although I do not have a solution, it seems that the problem comes from `Qt`. Upon selecting a lot of...
That would be great indeed. The `AbstractDataModel` framework is just lovely to be honest, it would be fantastic to use it for either a flat table with a `DataView` widget...
Thanks for having a look! > This really belongs in the display layer, but we didn't get that implemented. At it's core you should be able to have two views...
> I would not be opposed to having the value type grow attributes for being editable and selectable, with the understanding that that might change in the future. The behaviour...
Attempting a fix in this PR: https://github.com/pimoroni/grow-python/pull/44 Alternatively, just install a version of Pillow lower than 9.5.
@exosyphon In case that helps, you can use the `resolve_image_path` parameter in your config for this: ```lua resolve_image_path = function(document_path, image_path, fallback) local working_dir = vim.fn.getcwd() -- Format image path...