Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
4,764 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- ruudk/mock Elixir
- ruudk/otp Erlang
- ruudk/ecto_sql Elixir
- ruudk/composer PHP
- ruudk/phpstan-beberlei-assert PHP
- ruudk/phpstan-deprecation-rules PHP
- ruudk/phpstan-webmozart-assert PHP
- ruudk/phpstan-nette PHP
- ruudk/phpstan-strict-rules PHP
- ruudk/phpstan-phpunit PHP
- ruudk/phpstan-doctrine PHP
- ruudk/phpstan-mockery PHP
- ruudk/phpstan-symfony PHP
- ruudk/Carbon PHP
- ruudk/rector-carbon-bug PHP
- ruudk/mailibex Elixir
- ruudk/ecto Elixir
- ruudk/EasySSL Elixir
Created a pull request in elixir-ecto/ecto that received 5 comments
Support force dropping database introduced in PostgreSQL 13
This is introduced in PostgreSQL 13 (https://www.postgresql.org/docs/current/sql-dropdatabase.html) and will be enabled when --force_drop switch is…
Created an issue in rectorphp/rector that received 6 comments
Could not process file due to BetterReflection\ReflectionClass "Carbon\Traits\Localization" could not be found in the located source (with POC)
Bug Report
Somehow Rector trips when using Carbon together with AUTO_IMPORT_NAMES.
$ vendor/bin/rector process src --dry-run
Rector 0.8.23
Config …