Gabriel Bellon

Results 7 issues of Gabriel Bellon

First of all, awesome project! When working on a project I found the necessity to give other name to the hashed password field, so I thought of writing this PR.

Again I ran againts some compability problems while using the gem with Mongoid. The first problem was the option `dependent: :delete_all` being passed to the model, which is wrong for...

First, awesome project! Now to the issue, what about some nice helper to make it easier to get an element (`Text`, `Circle`...) center coordinates? This seems to be more a...

So we ran into a problem when using releases (mix release/mix phx.gen.release) with the `PhoenixGon.Pipeline` plug, on it's source it's using `Mix.env()` and for some reason that is not being...

hacktoberfest-accepted

On chapter 12: Methods the following code is wrong: ``` javascript Meteor.methods({ 'insertPlayerData': function(playerNameVar){ var currentUserId = Meteor.userId(); //

Is there any plans to add Mongoid support, or to accept a PR with this feature?

Hello guys, The basic features works like a charm but I have 2 processors to crop 2 images, and those processors are not being called. Since I don't use `reprocess!`...