abdullahseba

Results 65 comments of abdullahseba

No, the HTML has no images at all. it just comes as an attachment ``` public function getMessages($request, $response, $args) { $imap = $this->ci->imap; //Get request data from POST. $params...

I'm looking forward to the new release and I was running on the master branch in dev as it addressed https://github.com/webonyx/graphql-php/pull/934. Is a reason why this fix cannot be released...

Does the QueryPlan do this then? I've tried `print_r` on `$info->lookAhead()` but couldn't find anything useful. I tried the various other sub-functions too from looking at the code but there...

Definitely. The Default profile picture does injustice to my face.

That sounds good 👍. I think as far as storage goes, it should definitely be outside the sprinkle system with a global directory. There should be a sub directory for...

But we are not using Laravel... Unless it can be broken off like eloquent?

I think we should keep sprinkles out of it and have it based on users. So `/app/storage/{user}/`

Would it perhaps be better to not use state management by default? UF by itself is not complex enough to validate it, I don't think. But applications created with UF...