Ben Kuhl

Results 29 issues of Ben Kuhl

Made the URL more clear.

transition: all 0.3s ease-out; is not properly converted to ``` -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; ``` I ran a...

We're unable to run the 0.14 build. `--latency-ms` is no longer an option for the client given the rework of networking on Factorio. It looks like `server-settings.json` format may have...

https://github.com/discord/discord-api-docs/issues/387 indicates that when bots exceed 100k guilds the shard count _must_ be divisible by 16. I'm currently quite occupied with some issues related to my bot and the intents...

Are there any plans to update this project to be compatible with Guzzle 6 and PHP 7.2+?

``` $ php scrybe.phar check PHP Warning: file_get_contents(http://www.phpdoc.org/scrybe-version): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /var/www/mysite.local/scrybe.phar on line 26 A newer Scrybe version is available...

Commands that are listed as available at http://phpdocumentor.github.com/Scrybe/usage.html are not actually available in the latest 1.0.0a1 build. ``` user@ubuntu:/var/www/mysite.local$ php scrybe.phar list Unknown command 'list' (available commands: version, check, and...

@mvriel - I'm not sure if this is resolved by the new routing with the refactoring going on, but thought I'd post it just in case. ``` php /** *...

* Now running tests against PHP 7.X versions * Now allows either phpunit 5 or 6 depending on which php runner is used in CI