Joe
Joe
Thanks @denelon, best guess is FontForge may have adapted a shortened format of yyyy-mm-dd format as that seen in webpages like this: https://sourceforge.net/p/fontforge/git/ci/master/tree/ This format has been consistent and steady...
I noticed that the other branch was making use of a function that returns pass/fail, so I just re-organized it to react similarly for both branches. This code modification is...
That is a good question. From my point of view,, GIMP/GEGL is the major user of libspiro and it still points to an old API, so it remains flexible using...
Back in the past, everything that connected to a PC seemed to be drivers, drivers, drivers, but this is also an Achilles heel for Windows security since a lot of...
Hi @J-Ahlers, would you have some device ID values for the phone in non-android mode? It would be helpful to add these to the comments - Thanks!
Attempted to merge patch into v0.4.3 and seems it created a rather large patch into master (expected it to only be +160 -699 instead of +21,696 −25,170). Is it possible...
Hi @Umeaboy, Can you try these three things.... Please set your phone to default/regular user mode, and run `sudo lsusb -v` and show here the contents for your phone. Next,...
Trying to find a working solution that kept something like 'rpmbuild -ba' happy, and 'make check' or 'make distcheck' happy was a bit of a challenge. rpmbuild is normally run...
nspawn, hmm.. sounds like you're using a *bsd I typed this in, and quickly fell into a rabbit hole. LOL. https://www.google.com/search?q=bsd+nspawn+user+jail top listings were SystemD Jails, so sounds like a...
Thanks! mock ~ rpmbuild okay - I was having problems running `make distcheck` when I had `./configure --with-udev=DIR` because DIR belongs to another project. I couldn't write into DIR as...