Carl Smedstad

Results 11 comments of Carl Smedstad

It sure seems that way! Been following the development here and would be able to assist in whatever way I can should that help to get some momentum in this...

The subprocesses added by this change does not get killed when the blocket is killed, for example when you restart the window manager. At least that's the case for me...

I did some more testing and I can indeed not reproduce this in i3. For Sway though when using `kill 0` in the trap and running `swaymsg reload` the whole...

@MarijnS95 I think I found out why Sway behaves differently, the `sway` and `swaybar` processes share the same process group. This is not the case for `i3` and `i3bar`. See...

@MarijnS95 Could not get this to work without splitting the script into several files. Considering rewriting this in Python at this point as the complexity has grown a bit.

@MarijnS95 I think I will be quite busy this week, maybe I have some time this weekend. When I have the time I would be up for rewriting it and...

Having the same issue with gotop 4.0.0 on a Lenovo T480. Might get time to help out when I get vacation.

Also wondering this. It would be a shame if it stopped being developed and maintained. Maintainers, is there anyway to help you out?

@wtlangford Fully understand that, really appreciate the work you do. I'm not too familiar with the project yet but I'll try to get to it this weekend and see where...

My input on this: > Many Python developers are not used to type hinting and may be confused by it My feeling is that a lot of Python projects are...