rewrite Github Jobs scraper for 3rd day in a row now with classic file_get_contents() and a new XML to array function to see if it stops failing #remoteok
add check in testDailyJobAlertsReceiving.php if there's actually jobs to be sent out in last 24 hours because for ex for xmas there was no jobs posted so the test failed #remoteok
infinite scroll #remoteok frontpage broken again because epoch_bumped>-30 days ago would return true for a job which had an epoch_bumped value of EMPTY STRING which is more than any number, it should be NULL which is less than any number #remoteok