Tobsn
Tobsn
having issues here: ``` ❯ composer require igorw/config-service-provider Using version ^1.2 for igorw/config-service-provider ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could...
@danaki you're awesome.
@eimanip randomly found this issue - I checked the code and I don't think this detects a webview, just detects safari on iOS or chrome android? not specifically a webview...
fyi, all those fixes don't work on the new magic keyboard. the only way to make it work for me is to remove the prefpane and then install the pkg...
Created a separate issue with a bounty attached to it: https://github.com/mbaltaks/doublecommand/issues/25
alright - Karabiner now supports it completely even with new apple keyboards...
:+1: it should indent only once in case of arrays inside functions or also anonymous functions: ``` Class::something( ..., function(){ $do->other->stuff( 'here' ); }); ``` right now: ``` Class::something( ...,...
should be fairly easy to build a unit test for that. i think we could copy how the laravel blade template "engine" tests are done. https://github.com/laravel/laravel/blob/master/laravel/tests/cases/blade.test.php it compares input directly...