ScreamingDev

Results 52 issues of ScreamingDev

Every developer and company has it's own structure. But Magicento keeps searching in project_root/app/Mage.php So everytime you need to change the config. Provide the possibility to have a default path...

enhancement

The XML have many definitions. Like layout.xml saying `as="foo"`. phpStorm has the capability to find "Symbols" (see Menu "Navigate" > "Symbol"). Is it possible to have those definitons there too?...

Via "Flush cache" you can clear the magento cache in Magicento 2. This takes very long when "XDebug Listen" or similar is activated in phpStorm. Can you please deactivated this...

Using this config: ``` version: "3" services: test: image: jordan/icinga2 environment: APACHE2_HTTP: "BOTH" volumes: - "${VAR_DIR}/etc/icinga2:/etc/icinga2" - "${VAR_DIR}/mysql:/var/lib/mysql" - "${VAR_DIR}/var/lib/icinga2:/var/lib/icinga2" ``` And constantly restartting: ``` dcompose down && dcompose up...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate), 2 and perhaps in 3 too | | Language level | multiple |...

Currently it seems that auth_request does not allow to have a custom body returned to the client. There is a quick solution for that by allowing an additional HTTP Status...

auth_request and error_page on server lever does not work. The error page does not show up. ``` #works not # auth_request /foo-auth; # error_page 401 @foo-authentication; # neither other way...

Show stats about authors - how much time did who invest?

enhancement

What I used git up for: - See if every branch is in a valid state. - Valid means: - Nothing to stash - Remote / tracking branch is set...

Given is a SSH configuration like this: ``` Host foobar HostName foo.bar Port 123 User justTheUser ``` When I open the GNOME Dash and type in the search the name...