John Nicholas

Results 4 issues of John Nicholas

docker run -ti -u www-data --rm \ -v $(pwd):/srv/pim -v ~/.composer:/var/www/.composer -w /srv/pim \ akeneo/pim-php-dev:5.0 php /usr/local/bin/composer create-project \ akeneo/pim-community-standard /srv/pim "5.0.*@stable" Creating a "akeneo/pim-community-standard" project at "./" Cannot create...

The scenario was ... (am migrating crud sql to aggregates) using one connection Maybe 35 rows of data that - per row - converts into 8 calls into an aggregate...

local reproduction steps: ```lang=bash cp /etc/skel/.bashrc ~/ source .bashrc rm -rf ~/.oh-my-bash bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)" ``` output is ``` /____/ .... is now installed! Please look over...

installed the generator and templates ... then got this ``` Are you sure you want to install "mix_generator-0.1.9.ez"? [Yn] y * creating /home/john/.mix/archives/mix_generator-0.1.9 john@John-Ubuntu:~/git$ mix template.hex ** (UndefinedFunctionError) function Hex.API.Package.search/1...