Néstor Díaz Valencia
Néstor Díaz Valencia
It happens with Firefox 4 :)
Thank you! I am thinking how to add this information improved with extra expressions like contains etc to the docs. Could you please keep this issue open meanwhile?
Just my opinion: SMTP protocol hasn't changed and library is working ok.
@BakhtiyorRuziev and @linusg I think you are right, though PRs dates are after first question and only a couple of months after my answer. Anyways, if anybody plans to maintain...
I think this issue comes from switching to sqlite. When freshly installed Stalwart. No domain/directory/nothing: - Created Storage type Sqlite - Changed all settings to Sqlite: Data / Blob /...
Sorry I did not make myself clear enough cause Twig is an all time classic: The syntax is Twig https://twig.symfony.com/, using https://github.com/rcrowe/TwigBridge, which Readme states that supports "can" as a...
Are you saying if I add a can() method to my presenter make this work? https://laravel.com/docs/10.x/authorization#via-the-user-model Something like this? ``` public function can($action) { return \Auth::user()->can($action, $this->object); } ``` Then...
I do. If you are looking for a name for this I would call "one-shot-login" ;)
Is the Facade, try \Menu or Rinvex\Menus\Facades\Menu
I don't know how to fix codeclimate issues, any clue?