Robert Mikołajuk
Robert Mikołajuk
I'm getting this error very often:  Stack trace: **1/2** ``` com.intellij.diagnostic.PluginException: Cannot create extension (class=org.psliwa.idea.composerJson.intellij.codeAssist.composer.CustomRepositoriesEditorNotificationProvider) [Plugin: org.psliwa.idea.composer] at com.intellij.serviceContainer.ComponentManagerImpl.createError(ComponentManagerImpl.kt:946) at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.doCreateInstance(XmlExtensionAdapter.kt:71) at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.createInstance(XmlExtensionAdapter.kt:32) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapter(ExtensionPointImpl.java:474) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapters(ExtensionPointImpl.java:422) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.computeExtensionList(ExtensionPointImpl.java:251)...
Right now `ScriptHandler` is merging default options with the custom configuration, which results that the 4 default tools order is kept. Then if one wants to add their custom tool...
A simple wrapper around the `php -l ` command (syntax check only).
Please see those issues: - https://youtrack.jetbrains.com/issue/WI-32830 - https://youtrack.jetbrains.com/issue/WI-32842 - https://youtrack.jetbrains.com/issue/WI-32840
The preg_match in parse method should be changed acording to commented bloc in Log_Writer_File: http://github.com/lzyy/kohana-log/blob/master/classes/log/writer/file.php#L37 From: http://github.com/lzyy/kohana-log/blob/master/classes/log/parser.php#L19 To: preg_match('/^(?[^[]+)[(?._)] message: "(?._)" client: (?[^ ]+) uri: (?[^ ]+) referer: (?[^ ]_)...
I've just tried to build the Baikal with Docker, but I'm keep getting this error: ``` apache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/000-default.conf:...
Noticed when the issue element was hidden (outside the viewport). After scrolling the content, the balloonpanel got resized (leaving a lot of empty space inside). 