Jordi Puigdellívol
Jordi Puigdellívol
Best place to do it `https://handesk.io/teams/{team_id}/agents`
if subject contains "xx" then assign to "yyy" And Add tags "aaa"
When sending the "solved" email, it could add a new line with `Rate this ticket: 1 2 3 4 5` so the customer can rate the support received (showing new...
When calling fullscreen to an image, it gets deformed
Hi, when I call `Laravel::load()` or `PDO::load()` nginx throws a `502 bad gateway error` without any further information however `Mysql::load()` does not throw this error.. Is there any way to...
``` UIVisualEffect *blurEffect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleDark]; self.blurView = [[UIVisualEffectView alloc] initWithEffect:blurEffect]; self.blurView.frame = self.parentVc.view.bounds; self.blurView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; [self.parentVc.view addSubview:self.blurView]; ````