Mikulas Dite
Mikulas Dite
Hi, I've successfully built both the most recent version and the latest stable tag with those minor updates to the Makefile. If you are willing to merge this, should I...
While `$preserveKeys = FALSE` is default everywhere, wouldn't it be better to break the consistency for Maps? Or better yet, preserve keys by default? It feels like it should be...
There are downsides to reusing variables: ``` # get deploy $1 deploy-albkjl $2 deploy-lnqww $3 deploy-qweln # get pods $1 pod-1kl23 $2 pod-pcoiv # delete deploy $2 ``` This fails,...
Only `-verbose` is currently used, `-v` is ignored. Logging should be refactored to use `-v` instead. Mostly because go and notably `kubectl` use `-v`.
This will presumably make it easier for users of fish, csh and other shells to use the repl.
Closes #61 Intentionally very simple implementation. More complex would require many changes to the core, such as splitting `OrderResolver`. This was started at https://github.com/Mikulas/migrations/tree/pr/exec-plan. This proposed solution is almost backwards...
**Usecase:** running migrations during deploy should not alter the database at all. It is however handy to only rollback the last migration during development, so the original behaviour is retained....
Initial state: ```php class Foo { /** * @ORM\Column(type="text") */ private $content; } ``` php migration (`2016-01-01.php`) ```php assert($entityManager instanceof Doctrine\ORM\EntityManager); foreach ($entityManager->getRepository(Foo::class)->findAll() as $foo) { // ... queries db...
### What happened It is an upstream Kubernetes policy to keep checking old API groups when checking access, even for API groups that no longer exist. For example, PodSecurityPolicies used...
Hi, could you please push the most recent changes to Packagist? Or setup the push autoupdate feature, that would be great? Thank you https://packagist.org/packages/chrisboulton/php-resque-scheduler