Max Konin

Results 7 issues of Max Konin

Hi. I'm using Gitlab.com's hosted service. pronto version - 0.9.5 Error: ``` $ PRONTO_GITLAB_API_PRIVATE_TOKEN=$GITLAB_API_PRIVATE_TOKEN pronto run -f gitlab -c origin/development /usr/local/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect': Failed to open TCP...

Since version 4 should be added to the model the following code ``` ruby validates_attachment_content_type :image, content_type: /\Aimage\/.*\Z/ ``` I have added it to mdel's templates

There is way to start fastboot r with unix socket? I have many ember apps on one server. And I have no wish to set up different port for each...

eb-activity.log: ``` 2.2.2/lib/ruby/gems/2.2.0/gems/whenever-elasticbeanstalk-1.1.6/bin/create_cron_leader:10:in `join': no implicit conversion of nil into String (TypeError) from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/whenever-elasticbeanstalk-1.1.6/bin/create_cron_leader:10:in `' from /opt/rubies/ruby-2.2.2/bin/create_cron_leader:23:in `load' from /opt/rubies/ruby-2.2.2/bin/create_cron_leader:23:in `' (ElasticBeanstalk::ExternalInvocationError) ```

bug

Ecto does not support unknown options for `field` macros https://github.com/elixir-ecto/ecto/blob/master/lib/ecto/schema.ex#L2002 anymore I've updated the version of ecto in mix.lock file and add `sanitize_opts` to remove `required`, `description`, `description` option from...

Env: ``` "ember-cli-code-coverage": "1.0.3", "ember-cli-typescript": "^4.2.1", ``` `COVERAGE=true ember t` works fine and generates accurate coverage reports. But I want to configure my CI workflow with pre-built dist and run...

uuid package has been renamed to elixir_uuid https://github.com/zyro/elixir-uuid/issues/33