Brent Baccala
Brent Baccala
This looks like a bug in the install script. It's not handling the `-l` option properly. An update will follow.
I've confirmed this as a bug. The `bbb-install` script doesn't build a working TURN server if you're behind a NAT gateway (like Azure or AWS). I'll get a Pull Request...
My squid proxy also listens on 3128, but it looks like apt-cacher-ng listens on 3142, which is probably why this is the default. I suggest leaving the default alone, and...
> Just testing this -- it seems that `${INTERNAL_IP:-$IP}` will only put the first `INTERNAL_IP`. That's the desired behavior. It uses `INTERNAL_IP` in the NAT case, and `IP` in the...
Should webhooks be installed automatically, by default?
Even the recent Ubuntu 23.10 release (Mantic Minotaur) only provides Boost 1.74. So I guess I have to compile Boost myself if I'm on an Ubuntu system, right?
Thanks for your reply, and your work on this program! I'm trying to do a NID on a system of equations that runs out of memory with Bertini 1 on...
P.S. I have nothing against you for being trans. This business of loving templates and error messages from the compiler, on the other hand...
Where is the bug in 1.82? It is in Boost.Multiprecision? Is that the only part of Boost that we need 1.83 for?
I just created PR #193 to bump the required Boost version number. I still had to comment out four destructors that inherited from `bertini::System` and triggered error messages like this:...