Shadab Zafar
Shadab Zafar
When using the extension in a window which is connected to a remote (using the Remote SSH extension) opening the task board takes a lot of time (around 10 seconds)...
I can't seem to figure out to bind mouse buttons. Here is what I've tried (and it doesn't work): In this case nothing happens: ```python define_keymap(re.compile("Zeal"), { K("Btn_RIGHT"): launch(["xmessage", "boo"]),...
I see it has already been mentioned on the landing page. Just opening this issue here, because I couldn't find one tracking the progress. :)
I'm used to the Python icecream library and really like this style of printf based debugging. While looking for C++ based library, I found this repo & another one: https://github.com/sharkdp/dbg-macro...
Just creating a git tag, and changing the version number in CMakeLists.txt would be good. The last release was 2 years ago, while there has been a bunch of new...
I think these features would make sunflower a bit more like a traditional file manager (like nautilus etc.) but I don't always need the two panes, so I think an...
A DSN like: `influxdb://user:sec#ret@host:port` should be written as `influxdb://user:sec%23ret@host:port` RFC 3986 allows characters like # ? to appear %-quoted in username / password which should be properly unquoted before using...
Convert CSV tables to TeX This will be helpful: https://github.com/narimiran/tably/blob/master/tably.py
Currently, the extension only sends data to port 5600. I have two activitywatch servers running on my system for two different users (on port 5600 and port 5700) And I...
Each node should have a right click context menu item "Copy node selector" that will copy python code like `node.body[0].value.s` etc. This is similar to what the web browser console...