Zlatko Zlatev

Results 8 comments of Zlatko Zlatev

Just applied your patch on Cinnamon 3.2.7, looking good. Thanks!

In Gatsby I had to enforce the `{ esModule: false }` in loader options. I guess this also depends on the version of css-loader. In Gatsby sadly it's fairly old...

Notices I got. PHP 5.4 ``` Notice: Undefined index: bg_BG in .../plugins/babble/class-languages.php on line 522 Warning: Creating default object from empty value in .../plugins/babble/class-languages.php on line 523 Notice: Undefined property:...

I had similar problem. ~~Turns out studio only picks my loaded local package only if it doesn't have local git changes (stuff I left unstaged). That said try stashing the...

``` reloading plugin sublime-github.sublime_github Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 74, in reload_plugin m = importlib.import_module(modulename) File "./importlib/__init__.py", line 90, in import_module File "", line...

Adding support for unix socket would be really nice. Please consider it.

For the folks that are used to [Bedrock](https://github.com/roots/bedrock) and their [bedrock-autoloader](https://github.com/roots/bedrock/blob/master/web/app/mu-plugins/bedrock-autoloader.php) this makes perfect sense but core sees mu-plugins as single php files that are directly found in `WP_CONTENT_DIR ....

I am trying ``` json { "composer_command": "/usr/bin/env composer" } ``` but getting ``` -- COMPOSER -- executing: /usr/bin/env composer validate -n -v Error: [Errno 2] No such file or...