Sean Molenaar
Sean Molenaar
That would indeed solve the problem
Thanks for pointing that out, I must have misread what antiword was actually used for. I don't actually use textract so unfortunately I can't help much with the consideration for...
If there is a mailing list archive link, I think that would be good to add as reference. Otherwise this conversation will have to do.
Yeah, seems like it
I'm looking into an alternative for Goodreads to base an iOS app on, and this would be very helpful. Is there a public API that I could figure out based...
I've never really touched Django, but I might give it a try for this
For API Authentication, I'm thinking https://django-oauth-toolkit.readthedocs.io/en/latest/install.html will be a good thing to add. We can keep authenticating applications limited in the first implementation, and extend the application registration endpoint to...
Re-running the build. @carlocab and @cho-m any other comments here?
After adding it to the `.c` file: ``` Making install in src clang -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/opt/homebrew/Cellar/onioncat/0.4.7/etc\" -DSTATEDIR=\"/opt/homebrew/Cellar/onioncat/0.4.7/var/onioncat\" -Wall -Wextra -g -pthread -c -o ocat.o ocat.c clang -DHAVE_CONFIG_H -I. -I.....
Yes! ``` ~ $ brew install --head onioncat ==> Fetching onioncat ==> Cloning https://github.com/rahra/onioncat.git Updating /Users/sean/Library/Caches/Homebrew/onioncat--git From https://github.com/rahra/onioncat * branch master -> FETCH_HEAD ==> Checking out branch development Switched to...