Results 20 comments of paulrho

Okay, try again (pull request is automatically updated with this correction correction). I'd modified the Makefile, but not the Makefile.am - now fixed. I've checked that it builds on a...

See also [Fedora Forum link](https://forums.fedoraforum.org/showthread.php?319491-Conflict-in-the) and https://src.fedoraproject.org/cgit/rpms/bti.git/commit/?h=f28&id=e0f23c49a9555e32dfbef7513cbff57370ea87bd Seems like some tidy up work to do - the existing pull request #44 to remove is_error macro may be the only change...

I think this is now fixed / working. Works for me on Fedora 33 with bti 34 ``` [paulrho@localhost btitest]$ bti --config bti-Paulrho.config --verbose --action update --debug bti: session_readline_init: Using...

I think this will be a fairly easy fix, I'm willing to do it, but won't be able to until ~ December 20. It might just require switching the libraries,...

I compiled using PCRE2 (and guessing some mapping) - simple test appears to work, just need: - clean it up to make the most minimal change - see if what...

The two link shortening methods (only two allowed) - will no longer work, bit.ly has now moved on to v4: _"If you go to https://dev.bitly.com/index.html, there's a big notice stating...

#54 - simplest change to move from pcre to pcre2

This looks like it is required for the issue of the json build error, however, there may be another change required to bti.c: ``` -#include +#include ... -PKG_CHECK_MODULES([JSON], [json-c]) +PKG_CHECK_MODULES([JSON],...