Jelmer de Ronde

Results 8 comments of Jelmer de Ronde

@phronmophobic just passing by here, but have you seen the model that ProseMirror uses? https://prosemirror.net/docs/guide/#doc

@cowgp Also many thanks! I rewrote it for RubyMotion: ``` ruby def polygon_circle(coordinates, radius) degrees_between_points = 8.0 number_of_points = (360.0/degrees_between_points).floor dist_radians = radius / 6371000.0 center_lat_radians = coordinates.latitude * Math::PI...

Hi, I would like to try and make a PR, but it will have to wait till the weekend I suspect ;-).

This would be great, it would be even better if you could apply the same filter to a folder.

Hi @benjackson, Thanks for the quick reply. A gist showing the rails server output when the error occurs: https://gist.github.com/jelmerderonde/2930788bfed7b80f4b2b A minimum project would frankly be just rails, neo4j and devise-neo4j,...

@subvertallchris I think it is here: https://github.com/plataformatec/devise/blob/master/lib/devise/models/recoverable.rb line 85

@benjackson is there a way I can run these tests in the context of my app? I will take a look at it.