Jason Gray

Results 424 comments of Jason Gray

Not for this upcoming release ofc. I'd like to have an easy way for users to load plugins in the UI 1st. And ofc get the logic up to snuff....

> There is something to be said for having 2 files, a text file describing the plugin and the plugin. That would allow us to get the name and description...

Looks easy enough to extract tarballs with https://docs.python.org/3.6/library/tarfile.html I haven't lookd to see if PyGobject has anything to do it with, if that's even necessary the python module seems to...

Should we make the readme just a plain text file or have it be something like a config file so we can benefit from more rigid fields instead of a...

And then use https://docs.python.org/3.6/library/configparser.html to read it?

OK sounds easy enough.

I'll see what I can come up with. No rush though. I want to get it right.

See: https://github.com/pithos/pithos/issues/554 and https://github.com/pithos/pithos/issues/511

It does. If the default keyring is not unlocked it tries to unlock it. See the wiki.

The whole keyring business is a PITA and really how it's implemented, supposedly secured passwords are no more secure than a plain text file with the right file permissions.