Jeff Piazza

Results 89 comments of Jeff Piazza

Do you have a database that shows this? Or detailed steps to reproduce? The code for recording a new racer (whether by import or through the check-in page) is indifferent...

There's nascent support for looking for .kiosk files in a user-managed directory (.../local/kiosks/), but it needs to be more fully developed to allow user-provided static slides or images. Probably some...

Check the error log on the server (e.g., /var/log/nginx/error.log on Linux, or (I think) UniServerZ\core\apache2\logs on Windows) to get more detail on the 500. If you're using any custom slides...

If you're using a replay kiosk with remote camera, and that happens to be the slideshow kiosk you're talking about, try force-reloading both the camera page and replay page. The...

That's a sign that you're still running PHP 7.

If you want to monkey-patch inc/path-info.inc for today, replace the 'enumerate_non_title_slides' definition with this one: ```// Search for files in the $dir directory that alphabetically follow $current_slide function enumerate_non_title_slides($dir, $current_slide)...

Thanks for the thought. The docs were updated as you suggest a while ago. (d3b10dfd02693b0b16ea568aad351fc586eedd4d)

The call to str_starts_with was removed in 50a790f767dacac1292ef8716a80c8545f8ac984

Were you running with the in-browser timer interface, or derby-timer.jar? If the latter, there's a client-side log generated that'd be really useful here -- use the File menu in the...

Oh, and a database export, too, if you would.