David Anderson
David Anderson
I created a branch dpa_bbcode5 with some debugging code in html/inc/text_transform.inc If you deploy this, it checks for that string getting too long and prints an error message starting with...
I can't repro, even with > 10KB messages. But in any case: please try the dpa_bbcode5 branch; this removes any length constants.
Please make a specific proposal. Something has to be distributed (publicly) to BOINC projects, and it needs to allow the creation of an account that only the team founder can...
It creates an account for the founder on every project.
I think this is premature. An app that uses WSL is going to need to specify an distro (name/version) and possibly whether it uses WSL 1 or 2. Let's add...
The logic in get_aux() is too complex. I'd prefer to clean it up (and handle replica2 in the process) Is $fallback_mode needed? I can't find any place that uses it....
I added support for multiple readonly replicas in #5695, using the same config syntax. This PR also greatly simplifies the get_aux() logic. Please see if it works for you.
What's the use case? i.e. why would you need to access one replica, then another?
I definitely like the idea of moving Linux idle detection outside the BOINC client. For the communication channel, let's use a file. Its mod time is the time of last...
Quick research suggests: if /dev/shm exists it's tmpfs (RAM) and world-writeable. But it might not exist; depends on the system. /tmp always exists and is world writeable but may or...