Results 33 comments of func0der

I find that since ``` "tab_size": 2, "translate_tabs_to_spaces": true ``` in a sublime-project file do apply to new files created in that project window, this should also apply for .editorconfig...

``` let DOMParser = require('xmldom').DOMParser; let defs = new DOMParser().parseFromString(''); let count = 0; const config = { dest: 'public/svg', mode: { symbol: { dest: '.', sprite: 'sprite.svg', inline: true,...

@jonnius There is an app in the play store. If you do not want Google to know that you downloaded this app you have to build it on your own....

I think this should be fixed. The newest version of the plugin is supported by the newest nexus version :thinking: Could you re-check, please. @nesc58

Is the missing context also the reason why the console can not work with already imported classes? ``` # Context has a `use App\Enums\Environment` Environment::LOCAL *error evaluating code* # When...

I am not sure if I grasp the problem completely as I am not that deep into the whole PHPStan inner workings. But just for clarification It is currently IMPOSSIBLE...