Results 58 issues of Giovanni Cappellotto

A website plugin to show tomatoes tracked and other statistics about projects.

feature

The extension should block major procrastination sources (reddit, facebook, hacker news, etc.). Procrastination sources should be customizable.

feature

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: ![example](https://chart.googleapis.com/chart?chs=800x300&chds=-1,24,-1,7,0,17&chf=bg,s,efefef&chd=t:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7|0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,9,0,8,0,0,0,0,1,0,0,1,0,0,0,0,0,0,2,0,0,0,0,13,4,4,1,11,6,0,0,0,0,0,1,0,0,0,0,0,0,0,2,7,7,2,3,7,1,10,2,1,0,0,0,9,5,4,0,0,0,0,0,0,0,0,0,2,7,3,1,5,5,2,3,2,11,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,3,5,2,6,2,0,1,8,17,1,2,7,0,0,0,0,0,0,0,0,0,0,0,0,7,3,0,1,2,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,0,0,1,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&chxt=x,y&chm=o,333333,1,1.0,25.0&chxl=0:||12am|1|2|3|4|5|6|7|8|9|10|11|12pm|1|2|3|4|5|6|7|8|9|10|11||1:||Sun|Mon|Tue|Wed|Thr|Fri|Sat|&cht=s)

feature

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

feature

POST /tomatoes XHR failure handler is missing. The JS template should show the error message.

bug

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

kind:feature
topic:stdlib:collection
pr:needs-work

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

kind:feature
topic:stdlib

Fixes #10917 Tested with: ``` $ crystal spec/compiler/parser/parser_spec.cr [...] Finished in 212.78 milliseconds 2656 examples, 0 failures, 0 errors, 0 pending ```

kind:feature
topic:compiler:parser
breaking-change