Sergio Callegari
Sergio Callegari
Looks like there is an incompatibility with the suspend-on-idle functionality. Unloading the `suspend-on-idle` Pulseaudio module makes the sound work more reliably. Opened dedicated issue #4743
Don't know if this is really the appropriate place for this, but the flathub flatpack seems to be outdated wrt the flatpack distributed on github.
Added a comment to the [pr](https://github.com/flathub/io.github.webcamoid.Webcamoid) kindly suggesting, as a user, that they respond to your query. This was almost 1 month ago and I do not think it resulted...
The description image underlines that *creation date must be specified if completion date is*, but then the very examples in this issue at https://github.com/todotxt/todo.txt/issues/70#issuecomment-1296405954 have a completion date with no...
Also having two alternate ways to specify priority (as `(...)` and `pri:...`) seems weird, particularly given the fact that only one is allowed for completed tasks. How about non completed...
Is there some way to disable symlink following at all?
I think that it may have to do with the deletion of material on a folder shared by someone else. This is an operation that succeeds when done from the...
I also have an issue with .griveignore not working as expected. I cannot succeed in making something like ``` * !database database/.git ``` work. As soon as it sees !database,...
I think that "positive" patterns get interpreted incorrectly. Saying `!database` gets interpreted as *include `database` and anything inside it* and the *anything inside it* part ends up taking precedence over...
Infact, this is the case. The way in which patterns are turned into regular expressions is wrong. I have modified the grive source code to print the ignore regular expression...