I hereby claim:
- I am tpl0ch on github.
- I am tploch (https://keybase.io/tploch) on keybase.
- I have a public key ASBQgpVVod2LlBzoMtmmQGqtG25rTc-DC6sBxVQdmDBlOAo
To claim this, I am signing this object:
import cats.instances.either._ | |
import Transducer.run | |
import UserRegistration._ | |
object Main extends App { | |
private val commands = List(GDPRDeletion, StartRegistration, StartRegistration, ConfirmAccount, GDPRDeletion) | |
run(userRegistration)(commands).foreach(println) | |
// OUTPUT |
I hereby claim:
To claim this, I am signing this object:
<?php | |
namespace Application\Bundle\DefaultBundle\Command; | |
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; | |
use Symfony\Component\Console\Input\InputArgument; | |
use Symfony\Component\Console\Input\InputInterface; | |
use Symfony\Component\Console\Input\InputOption; | |
use Symfony\Component\Console\Output\OutputInterface; | |
use Symfony\Component\Filesystem\Filesystem; |
[ErrorException] | |
Argument 4 passed to Composer\Repository\VcsRepository::__construct() must be of the type array, object given, called in phar:///usr/local/bin/composer.phar/src/Composer/Repository/RepositoryManager.php on line 104 and defined |
<?php | |
namespace MFB\Behat\Subcontext; | |
use Behat\Gherkin\Node\PyStringNode; | |
use Behat\MinkExtension\Context\RawMinkContext; | |
use Symfony\Component\Console\Tester\CommandTester; | |
use Symfony\Component\EventDispatcher\EventDispatcher; | |
/** |
<?php | |
/** | |
* ValidatableTypeTest.php | |
* | |
* @filesource | |
*/ | |
namespace Acme\DemoBundle\Test\Base; | |
use Symfony\Component\Form\Extension\Core\CoreExtension; | |
use Symfony\Component\Form\Extension\Validator\ValidatorExtension; |
# Ubuntu: /etc/apt/preferences.d/php | Debian: /etc/apt/preferences | |
Package: php5 Pin: version 5.2.17* Pin-Priority: 991 |
<?php | |
/** | |
* ShopCompilerPass.php | |
* | |
* @author Thomas Ploch <[email protected]> | |
* @since 17.01.13 14:26 | |
* @filesource | |
*/ | |
namespace Einblick\CoreShopBundle\DependencyInjection\Compiler; |
<?xml version="1.0" encoding="utf-8"?> | |
<project name="your-project-name-here" default="build"> | |
<target name="build" | |
depends="prepare,lint,phploc,pdepend,phpmd-ci,phpcs-ci,phpcpd,phpdox,phpunit,behat,phpcb"/> | |
<target name="build-parallel" | |
depends="prepare,lint,tools-parallel,phpunit,phpcb"/> | |
<target name="tools-parallel" description="Run tools in parallel"> | |
<parallel threadCount="2"> |