This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Console\Command; | |
use Symfony\Component\Yaml\Yaml; | |
/** | |
* This command converts the content of a image field to a responsive image field | |
* in the markdown data of a collection. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ ddev debug test | |
Running bash [-c /tmp/test_ddev.sh] | |
OS Information: Linux balmung 5.15.58-2-lts #1 SMP Mon, 01 Aug 2022 19:44:08 +0000 x86_64 GNU/Linux | |
User information: uid=1000(cmuench) gid=985(users) Gruppen=985(users),33(http),108(vboxusers),150(wireshark),948(nordvpn),952(realtime),953(adbusers),969(docker),976(libvirt),986(video),988(storage),990(optical),995(audio),998(wheel) | |
DDEV version: ITEM VALUE | |
DDEV version v1.20.0 | |
architecture amd64 | |
db drud/ddev-dbserver-mariadb-10.4:v1.20.0 | |
dba phpmyadmin:5 | |
ddev-ssh-agent drud/ddev-ssh-agent:v1.20.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/vendor/magento/framework/App/DeploymentConfig.php 2022-03-08 00:52:02.000000000 +0100 | |
+++ b/vendor/magento/framework/App/DeploymentConfig.php 2022-06-29 14:51:07.639221346 +0200 | |
@@ -35,14 +35,14 @@ | |
* | |
* @var array | |
*/ | |
- private $data; | |
+ private $data = []; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:fileencoding=utf-8:foldmethod=marker | |
# Create a new window splitting the space used by the existing one so that | |
# the two windows are placed one above the other | |
map super+alt+d launch --location=hsplit --cwd=current | |
# Create a new window splitting the space used by the existing one so that | |
# the two windows are placed side by side | |
map super+alt+r launch --location=vsplit --cwd=current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32mRunning bash [-c /tmp/test_ddev.sh][0m | |
OS Information: Linux balmung 5.15.27-1-lts #1 SMP Tue, 08 Mar 2022 19:57:55 +0000 x86_64 GNU/Linux | |
User information: uid=1000(cmuench) gid=985(users) Gruppen=985(users),33(http),108(vboxusers),150(wireshark),948(nordvpn),953(adbusers),969(docker),976(libvirt),986(video),988(storage),990(optical),995(audio),998(wheel) | |
DDEV version: ITEM VALUE | |
DDEV version v1.19.0 | |
architecture amd64 | |
db drud/ddev-dbserver-mariadb-10.3:v1.19.0 | |
dba phpmyadmin:5 | |
ddev-ssh-agent drud/ddev-ssh-agent:v1.19.0 | |
docker 20.10.12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hooks: | |
# We run build hooks before your application has been packaged. | |
build: | | |
set -e \ | |
&& echo "[!] Running composer install ..." \ | |
&& composer -n --no-dev install \ | |
&& curl -O https://files.magerun.net/n98-magerun2.phar \ | |
&& mv n98-magerun2.phar bin/n98-magerun2 \ | |
&& chmod +x bin/n98-magerun2 \ | |
&& echo "alias mr2='~/bin/n98-magerun2'" >> ~/.bash_profile \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace N98\Magento\Command\Database; | |
use InvalidArgumentException; | |
use N98\Magento\Command\Database\Compressor\Compressor; | |
use N98\Util\Console\Enabler; | |
use N98\Util\Console\Helper\DatabaseHelper; | |
use N98\Util\Exec; | |
use N98\Util\VerifyOrDie; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpbrew ext install gd -- \ | |
--with-gd=shared \ | |
--with-webp-dir=/usr/include/webp \ | |
--with-xpm-dir=/usr/lib \ | |
--with-jpeg-dir=/usr/lib \ | |
--with-png-dir=/usr/lib \ | |
--with-freetype-dir=usr/include/freetype2/freetype | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="magento2:__" value="<?php echo __('$SELECTION$'); ?>" description="Translation" toReformat="false" toShortenFQNames="true"> | |
<context> | |
<option name="HTML" value="true" /> | |
<option name="PHP" value="true" /> | |
</context> | |
</template> | |
<template name="magento2:collection" value="class Collection extends AbstractCollection { /** * Initialize resource model * * @return void */ protected function _construct() { $this->_init($model$::class, $resourceModel$::class); } }" toReformat="true" toShortenFQNames="true"> | |
<variable name="model" expression="" defaultValue="" alwaysStopAt="true" /> | |
<variable name="resourceModel" expression="" defaultValue="" alwaysStopAt="true" /> | |
<context> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="magento2:__" value="<?php echo __('$SELECTION$'); ?>" description="Translation" toReformat="false" toShortenFQNames="true"> | |
<context> | |
<option name="HTML" value="true" /> | |
<option name="PHP" value="true" /> | |
</context> | |
</template> | |
<template name="magento2:collection" value="class Collection extends AbstractCollection { /** * Initialize resource model * * @return void */ protected function _construct() { $this->_init($model$::class, $resourceModel$::class); } }" toReformat="true" toShortenFQNames="true"> | |
<variable name="model" expression="" defaultValue="" alwaysStopAt="true" /> | |
<variable name="resourceModel" expression="" defaultValue="" alwaysStopAt="true" /> | |
<context> |
NewerOlder