Denis Laxalde
Denis Laxalde
That's a very good news!
@basejump > This PR fixes the error I was getting as well. the change in #324 changes the startup error to > > ``` > File "/opt/homebrew/lib/python3.10/site-packages/pgactivity/data.py", line 175, in...
> nothing provides python3-attrs >=18.1 needed by pg_activity-3.1.1-1.rhel8.noarch This one is a packaging bug, we have no such lower bound on our side. > nothing provides python3-humanize >= 2.6.0 needed...
> Latest package available in AppStream is python3-humanize-0.5.1-13.el8.noarch.rpm With which we'll restore compatibility from #354. > For python3-attrs, the same thing, not available in EPEL, and latest available in AppStream...
I think we have done everything we can on our side, by relaxing dependencies to help packaging work. Though there are still work to be done on packaging side, this...
> I tried install through pip but pip installing 2.3.1 too for now. Which Python version are you using? If you want a recent version of pg_activity, you need at...
> Perhaps [pyperclip](https://pypi.org/project/pyperclip/) can be of use? I'm not sure this would be a good fit for pg_activity as it seems to me that pyperclip relies on graphical selections (e.g....
It's probably worth doing some refactoring before proceeding with this feature so as to limit branching in the code base. Marking as *draft* accordingly now; will come back later to...
Duplicate of https://github.com/python-attrs/attrs/issues/775
@A1exKH, resolved conflicts and rebased.