Sagi Buchbinder-Shadur
Sagi Buchbinder-Shadur
Hi Avi! Thank you for the kind words. I'll make sure to add the new `strip_niqqud` methods and add deprecation warning for the `no_niqqud` method. I'll hopefully do it next...
I'll admit that I have zero knowledge about Taamim, so I'm not sure how to answer your question, and I don't want to say anyhting that might mislead you. As...
I must say that I don't fully understand the difference between a Box and a Frame. In my point of view, Box is a rectangle space in the window that...
It does make more sense, but I don't feel at the moment that I understand it enough to implement it on Windows, especially when your direction is toward iOS styled...
So I did a little research and found out [this](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.listview.checkboxes?view=netframework-4.8). What I actually needed is a checkbox for every row. I need that in order to select rows from the...
I think you are right, but I am not familiar with Winforms enough in order to give you an educated answer. I don't know whether it's right or not to...
@SamSchott , So you are talking about a new widget named `CheckboxedTable` that is exactly like `Table` (and maybe even inherits from that), but also has a checkbox in every...
As mentioned [here](https://stackoverflow.com/a/628471/6624798), currently [ListView](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.listview?view=netcore-3.1) (which `toga.Table` rely on) supports only text as an input to the table. It supports some additional stuff such as a checkboxes column, but not...
Hi @smarie , I can tackle this one 😄 I would go in the following order: 1. Update package management to use [UV](https://docs.astral.sh/uv/) for dependency management and deployment 2. Introduce...
Hi @smarie! Thank you for the response and the initial examples for the *pyproject.toml* file and the *nox* file. I must have been confused between *nox* and *nose*. I'll admit...