ilumos
ilumos
Throws an exception when the Steam API responds with an empty response, which would normally cause the error `Invalid argument supplied for foreach() at vendor/syntax/steam-api/src/Syntax/SteamApi/Steam/App.php:79` For example: Steam::app()->appDetails(1444140) See #124...
Hey folks, When calling `Steam::app()->appDetails(1444140)` I get the error: ``` ErrorException Invalid argument supplied for foreach() at vendor/syntax/steam-api/src/Syntax/SteamApi/Steam/App.php:79 75| protected function convertGames($apps) 76| { 77| $convertedApps = new Collection(); 78|...
Hi there, Playback keeps stopping and looking in the console I see lots of entries for "429 Too Many Requests" Chrome log file attached. Other than that, amazing app! [festify.us-1546288728727.log](https://github.com/Festify/app/files/2718887/festify.us-1546288728727.log)...
For clients that do not request fresh copies from the cache (Steam, Origin) we need a way to see URLs that are re-requested over and over by the same clients,...
Hi there, Great log handler! Currently the handler uses [`ip2long()`](https://github.com/markhilton/monolog-mysql/blob/master/src/Logger/Monolog/Handler/MysqlHandler.php#L32) to record the remote IP, and this function does not support IPv6 addresses. Please consider using [inet_ntop](http://php.net/inet_ntop) and MySQL's [VARBINARY](https://dev.mysql.com/doc/refman/8.0/en/binary-varbinary.html)...