Erik van der Veen

Results 4 issues of Erik van der Veen

Allow the `Enter` key press event to bubble up from InputNumber. This is more in line with the behavior of other controls (e.g. InputText). Also, this allows for submit form...

When changing the type of a column from `int` to `int?` the migration below is generated, however when I apply the migration the column is not marked as nullable (i.e....

help wanted

The command `dokku --quiet docker-options {app}` no longer exists, use `dokku --quiet docker-options:report {app}` instead. ``` $ dokku --quiet docker-options:report {app} Docker options build: --pull --build-arg test Docker options deploy:...

The `dokku_ports` task always completes with changed=true, even when the same ports are already set for an application. This PR checks if the existing ports match the ports to set,...