Nikos Koukis

Results 97 comments of Nikos Koukis

@swjtuyang, well, it was redundant for the application I had in mind, but in general, there are more elegant ways of implementing this tbh, without having to explicitly code this...

Hi @danielsnider, Sorry to hear that, Unfortunately I don't have time to maintain it at this stage either. Anyway, handle this PR as you see fit :)

I can repro this in `gnome-terminal` and `kitty` , `xfce-terminal` and `gnome-terminal` so I'm confident this is an issue with the `procps` version. I'm using `procps 2:3.3.16-1ubuntu2.3` instead of `procps-ng`.

Is this what you are looking for? ```python class WListCheckbox(WListBox): def __init__(self, w, h, items): super().__init__(w, h, items) self.item_selected: List[bool] = [False for _ in items] self.prefix_selected = "[X] "...

Great stuff @maxenglander, thanks for the contribution! let me go through the changes in the next few days and I'll give you more concrete feedback then :). All in all,...

I want to spend some more time testing it but here are some high-level thoughts: - Overall, seems to work 🎉. I can create tasks from either side and when...

Hi @maxenglander , do you have some time to wrap this PR? Let me know when you think it's in a ready state and I can merge. I can deal...

Hi @maxenglander , great stuff! I'll have a thorough look at it by the weekend :)