Results 98 comments of Giovanni Cappellotto

Better example: ``` require "spec" it "foo" do nil.should_not be(Set {1}) end ``` Playground: https://play.crystal-lang.org/#/r/dgbe

I guess the issue is that I'm using `be` rather than `eq` and that doesn't make sense for types such as `Set`, does it?

I noticed an incorrect usage use of arg/param terms in the parser’s source code too. I would suggest to update all variable names used to store param names and values...

I was thinking the same and I was also wandering if Crystal has aliases for keeping the backward compatibility. I can publish a PR for renaming the class. There are...

Hi, I'm testing this plugin with authlogic... Rename all login_required calls with require_user calls (authlogic helper). Just one doubt: what about the authorized? method in application_controller_methods.rb? When I try to...

The upload finally worked after some retries.

It works only with fast networks. Do you have any suggestion to help me debugging this issue? I only get `Error: Upload error: path/to/resource (gzip) (400)` and than `Fatal error:...

While you were thinking I've tried to solve the problem in the easiest way :grin: Notes: - this pull request solves the problem of missing `postprocess` call for error requests...

I've made a pull request to fix this bug, see https://github.com/sr/git-wiki/issues/3

Thanks for this patch, it looks great! I have two comments: 1. I think `afplay` supports more formats so it could be useful to add more allowed extensions to the...