Kevin MacMartin
Kevin MacMartin
I'll include this change in the 2.0 release
@Exel232 -- what do you think of this as a solution?
Interesting idea! I've actually been hoping to take a look at ways to speed up the process of adding a huge dump to folders, and this sounds like a good...
I'm hitting the same issue both with the flatpak and git master. Is there a particular location in the Passwords and Keys app the password should be getting stored? Connecting...
Hmm, saving the connection first doesn't seem to resolve the issue for me.
I'm not sure about pmk1c, but in my case the password for the public key does need to be fetched from libsecret. Now that said, I did try putting the...
@Coda-Coda The version in the PR doesn't populate my dropdown menu while yours does, so it might be worth making a PR with yours too just in case it works...
You'll want to use https://github.com/EHfive/pulseaudio-modules-bt if you want decent sound quality (I was having issues connecting with the latest git master, but 5e6752a worked like a charm (and I was...
Sweet, thanks for taking a look! It would definitely be ideal if fullPage.js included it natively. It might be worth mentioning that if you were binding the `mouseScroll` function to...
@MieszkoGulinski: Being that this was initially suggested as a replacement for the current scroll system I didn't add that in my own implementation I've disabled the fullpage method: ``` $.fn.fullpage.setAllowScrolling(false);...