Tech Magister
Tech Magister
Move from OptionParser to Cli for better integration ```crystal class Watch < Sentry::SentryCommand command_name "watch" def run options.watch
Hello, For now sentry can just be run alone. It would be great to have the possibility to embed it into another program. Because for now I have to reproduce...
# Filters - [x] abs - [x] append - [x] capitalize - [x] ceil - [x] compact - [x] date - [x] default - [x] divided_by - [x] downcase -...
Choose which action is the best when bad arguments are given to a filter: - Raise an exception - Return the data given in input ( default for now )...
- [ ] Add `contains` keyword ( http://shopify.github.io/liquid/basics/operators/ ) - [ ] Add support for Array into expressions - [ ] Add square bracket [ ] notation to access an...
- [ ] Add decrement block - [x] Add case/when - [ ] Add unless see : http://shopify.github.io/liquid/tags/control-flow/
Add entries in the completion db when the macros "getter", "setter" and "property" are used.
For this code: ```crystal class Test def initialize(args) end end ``` It should create a "Test.new(args)" entry into the database instead of "Test#initialize(args)" entry.