Tech Magister

Results 13 issues of 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 -...

E-help-wanted
A-filters
P-medium

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 )...

A-filters
P-low

- [ ] Add `contains` keyword ( http://shopify.github.io/liquid/basics/operators/ ) - [ ] Add support for Array into expressions - [ ] Add square bracket [ ] notation to access an...

P-medium
A-expressions

- [ ] Add decrement block - [x] Add case/when - [ ] Add unless see : http://shopify.github.io/liquid/tags/control-flow/

E-help-wanted
A-blocks
P-medium

Add entries in the completion db when the macros "getter", "setter" and "property" are used.

I-enhancement
A-completion
P-low

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.

I-enhancement
A-completion
P-low

A-completion
P-medium

A-completion
P-medium