Julio César

Results 48 comments of Julio César

Thanks for taking it into consideration, it will be great to add support for this. In the meantime I'll just use the desktop version when actually doing pomodoros, otherwise I'll...

I was thinking the same @hdavidzhu , perhaps this could be taken as an answer: http://michaelpardo.com/android/2014/04/a-new-android-orm/

In fact yesterday I was searching a solution, in the end I used [SugarORM](http://satyan.github.io/sugar/getting-started.html) which is simplier but it does the job. If you need something more specialized I think...

any comments on this? same problem here

Me too I'm having this on a newly created stack project, is there a way to say "ignore this file"? perhaps that would be enough to fix that for now.

Hello, I'm also experimenting this issue, I read the [entry in the manual](https://smartparens.readthedocs.io/en/latest/automatic-escaping.html#escape-action) but I'm not exactly sure how to add the `'escape` action, can we get a one-liner right...

I believe this issue could be closed unless there's an intention to make `lispy-doublequote` the default behavior for `"` which I think fits more naturally according to what the main...

Same problem here, in my case I think the password is hashed before the validation because I'm using the `setPasswordAttribute()` function in my User model. Hope to see this fixed.

any comments on this?

Looks good, but lately Laravel is like speaking and class names are very descriptive, I think is cooler to write it like `class StoreUserRequest extends StoreModelRequest` but then another for...