Giovanni Cappellotto
Giovanni Cappellotto
A website plugin to show tomatoes tracked and other statistics about projects.
The extension should block major procrastination sources (reddit, facebook, hacker news, etc.). Procrastination sources should be customizable.
This should be a replacement for "tomatoes by hour" chart using [google charts API](http://code.google.com/apis/chart/interactive/docs/gallery/scatterchart.html). Example: 
There should be a script that detects ad blocking and show a message about why ads are important for Tomatoes existence and development. Also the same detector should thank users...
POST /tomatoes XHR failure handler is missing. The JS template should show the error message.
https://docs.mongodb.com/ruby-driver/master/tutorials/5.1.0/mongoid-documents/#aliasing-fields
I'm also adding: * `Set#keep_if`, used in the implementation of `Set#select!` * `Set#delete_if`, used in the implementation of `Set#reject!` * `Set#filter!`, an alias for `#select!` Closes #9976
I was trying to match a value that can be `Set(T) | Nil` with `nil` and was getting the error: ``` In src/spec/expectations.cr:64:20 64 | actual_value.same? @expected_value ^---- Error: no...
Fixes #10917 Tested with: ``` $ crystal spec/compiler/parser/parser_spec.cr [...] Finished in 212.78 milliseconds 2656 examples, 0 failures, 0 errors, 0 pending ```