Igor Šarčević

Results 86 comments of Igor Šarčević

Thanks for opening the issue @cheerfulstoic, it seems it slipped out of my schedule to publish it. I can probably achieve it during this week.

@strika, that's an excellent suggestion! My Railsfoo isn't as robust as it once was, so I would greatly appreciate any contributions to make this gem work with newer versions. Thank...

A new version 1.1.0 was released https://rubygems.org/gems/factory_bot_instruments. @strika is there anything left to be updated? edit: nvm, just saw your comment on the PR: > 👍 Note, this just the...

PR merged, new gem version (1.2.0) released. 🎉 https://rubygems.org/gems/factory_bot_instruments Thanks for your contributions @strika @samrjenkins and for keeping this gem alive. Let me know if this PR can be closed.

Listing all schedules is not yet supported by the API if I have read the docs correctly: ``` sem get schedules ```

One more thing, we also need: ``` sem create -f ```

@vendelin8 Valid question. `create -f` creates a new, non-existing, resource. `apply -f` updates an existing resource. --- We had plans to expand `apply -f` to support a logic like: ```...

Example: ``` sem create notif abc-notif --results "passed,stopped" ```

### proposal 1 (help message) ``` $ sem init error: project name "project-name" is taken Set up project with an alternative name with: sem init --project-name [NAME]. ``` pros: clean,...