Naveen Kumar Sangi
Naveen Kumar Sangi
While using the `godep` tool, a `vendor` subdirectory is created. It should be possible to exclude that from tests.
The implementation of `__getitem__` in `BaseFeed` class has some bug. It's not returning the last value when `[:]` is used. And I had to use `feed[:feed.count()]` to get the entire...
While listing PRs and Issues, displaying labels beside their titles is kinda neat and intuitive.
I'm a freelancer and I generally track my time with issues and merge requests on GitLab. It'd be really awesome, if we could have something similar to https://github.com/kriskbx/gitlab-time-tracker baked into...
The popups for projects shows issues on the left side, but does not differentiate them as merged, closed or open. It'd be better if we had a real-time differentiation for...
Creating an extension for safari users, perhaps? (@nkprince007 is feeling greedy)
Info: org.freedesktop.Platform//20.08 is end-of-life, with reason: org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Use `libnotify` to send native notifications on linux, with pygobject. 👍
Wallpapers may get broken when a download is interrupted either manually or when the connection is interrupted. These cannot be previewed or set as wallpapers. Catch the error from `PIL`...