Jordi Puigdellívol

Results 127 comments of Jordi Puigdellívol

mmm In our case the link does work, you are right about the tickts?all=true thing ;)

Actually, you need nothing for handesk to work on a reverse proxy, just point it to the working handesk server and that's all

there should be the login.blade.php page where you can update to your needs

Yea, form request validation looks great, but what if you are not using a form? Or even, you need to have another class for each model with its request validation,...

I believe the array should be included inside a tag, so do something like this: ``` if ([node isKindOfClass:[NSArray class]]) { NSMutableArray *nodes = [NSMutableArray arrayWithCapacity:[node count]]; for (id individualNode...

I believe @liuliangju managed to get it working and he said he'll do a PR ;)

By all day you mean that below header events like ios calendar?

Hi, 1. For the week to start on monday, it is really easy but you need to modify the `CalendarLayout` file, there is a 0 and 6 to know for...

Thanks for the nice words, I believe this should be easy as you can provide the days to be shown, You should create your `weekView` that inherts the `MSWeekView` and...