Results 11 issues of morcilab

With some App Sharik does not work. Specifically, the connection is established but as soon as the client issues the GET request to retrieve the file the connection gets closed....

#### General informations - system/distribution (with version): Linux Mint 20.1 - offlineimap version (`offlineimap -V`): offlineimap v7.2.3, imaplib2 v2.57 (system), Python v2.7.18, OpenSSL 1.1.1f 31 Mar 2020 - Python version:...

Simple request: have the album art shown in the widget just like it currently is in the main player screen (and in the lock screen too).

feature request

In short, java-diff-utils assumes that a hunk is a line on its own. I'm parsing the output of `git log -p` that produces "inline" hunks like that: `@@ -4,6 +4,9...

This is the issue: `private static List resolvers;` is used like a poor man's singleton so, when concurrent calls stat hitting `getImportResolvers`, sooner or later a concurrent modification exception is...

Symlinks are ignored. They could handled à la git: in remote they become special text files containing the link path. When copied from remote they are restored as link in...

enhancement

Add a new ignore command (``upback ignore file(s)``) so that the user can specify them without manually eiditing ``.upback.config``. How to handle wildcards? Maybe wildcards should be supported but should...

enhancement

Use a command line switch to select a profile. A profile is just a string that is prepended to all .upback.* files (so .upback.remote becomes .gdrive.upback.remote). This allows to use...

enhancement

Just a possible alternative way to handle exclude. Currently UpBack just does not see locally excluded files/dirs. It would be possible to let it see them but only skip copy...

enhancement

It would be nice to have a "basic" verbosity level that only shows operation performed while syncing.

enhancement