Manuel C.

Results 7 issues of Manuel C.

Long time no talk, Jagi. I hope you're doing well. I have some bad news regarding compatibility issues with IE's recent version (up to IE10). It seems you're using a...

In Astronomy, as far as I know every class that inherits from another one creates or uses a `type` field. This works as expected, but when I try to find...

feature
v2

I was trying to create a multiple-level inheritance using the `[Class].inherit` method but just came to realize it is not currently possible. Let me elaborate with the following scenario: Let's...

question
v2

For some reason the `ol` that contains the entries closes itself when you click on it. ![sym-ui-issue](https://cloud.githubusercontent.com/assets/4284074/9265160/8b255bde-41ec-11e5-88b4-a07e218e62bd.gif)

I just installed this cloudinary wrapper, everything works great but when I try to use the `{{c.url public_id}}` helper it fails with an unspecific error: `Exception from Tracker recompute function:`...

Restoring records while using `unique` will validate against the same values, because restore triggers a `save` event, and hence throw the validation exception. You will either have to unset the...

First of all, thank you so much! The workflow does an amazing job merging Laravel and Angular for self consumption APIs. But I have some issues while trying to run...