David Sickmiller
David Sickmiller
Improving this flow would be particularly useful to sites with large local userbases that are finally adding Facebook login. I wonder how many non-technical users even understand "connect" because usually...
Do you think you could have been running into #253 ?
This can be "fixed" by increasing this variable in include/line_box.cls.php's get_float_offsets(): ``` php static $anti_infinite_loop = 500; // FIXME smelly hack ``` Note that file is being renamed to src/LineBox.php...
I found a SO post where someone explained how they built the gpg CLI tool to run on AWS Lambda: https://stackoverflow.com/a/74550493/718475 I see they additionally included libksba and npth, in...