Torste Aikio
Torste Aikio
Now that I got it configured, I notice that the repository is not really usable as-is because all distros/versions are in the same repo. So for me apt wants to...
A small improvement would be if constructors were always the first items of classes, instead of being alphabetized with the rest of the functions. Not sure if oF uses static...
Just for reference, e2fsdroid has this piece of code dealing with uids/gids https://github.com/tytso/e2fsprogs/blob/master/contrib/android/perms.c#L134-L156 Not sure why they opted to do it in a post-processing step instead of fs_callback during population....
I think just updating node-gcm dependency would suffice for FCM.
@BrandonIngalls That looks great. Is there some easy way to use `--export-ssh-key` without importing the key first to keyring? I made small scriptlet to achieve that for now, but its...