Log message #4184944

# At Username Text
# Apr 29th 2019, 11:24 neon1024 Well it was a vote last time, so I wouldn’t think so
# Apr 29th 2019, 11:23 neothermic is there any rough list of where CakeFest is looking to hold their events after 2019? :P
# Apr 29th 2019, 11:19 neon1024 Oooh! :the_horns:
# Apr 29th 2019, 11:11 megan @neon1024 soon!
# Apr 29th 2019, 11:05 admad don't know, it's still far in the future :slightly_smiling_face:
# Apr 29th 2019, 11:04 neon1024 Will we be seeing you at CakeFest this year @admad?
# Apr 29th 2019, 11:02 neon1024 Speaking of Vue, @megan do you have any idea when the speakers “Yey!” and “Nay.” emails are going out as I presume CFP is closed now
# Apr 29th 2019, 11:00 neon1024 If it’s Vue.js I might be able to help. I happen to be adding a new feature to my Vue.js application right now :slightly_smiling_face:
# Apr 29th 2019, 10:58 neon1024 So @noel What javascript framework are you using with your Cake app?
# Apr 29th 2019, 10:58 neon1024 Is the Discourse quite busy? I don’t visit that either
# Apr 29th 2019, 10:57 neon1024 I tend to use Arqade more these days
# Apr 29th 2019, 10:57 neon1024 Still not accepted :,(
# Apr 29th 2019, 10:56 neon1024 All my rep comes from here https://stackoverflow.com/questions/3062154/php-list-of-specific-files-in-a-directory/3062165#3062165
# Apr 29th 2019, 10:55 admad and still keep earning a trickle for 2.x questions i answered years ago :slightly_smiling_face:
# Apr 29th 2019, 10:55 neon1024 It is a bit of a thankless task for sure
# Apr 29th 2019, 10:55 admad i stopped answering on SO long time a ago.
# Apr 29th 2019, 10:54 neon1024 Only 7k @admad;p
# Apr 29th 2019, 10:53 admad @noel https://stackoverflow.com/questions/55681973/how-can-one-set-layout-variables-in-cake-widget-view-or-template/55901850#55901850
# Apr 29th 2019, 10:45 noel I’m experienced with CakePHP 2.x. New to CakePHP 3.x
# Apr 29th 2019, 10:40 neon1024 @noel What is is that you’re actually trying to achieve? As it sounds like either you’re trying to shoe horn something in somewhere it’s not supposed to go, you’re a beginner with CakePHP, or you’re picking up someone elses code
# Apr 29th 2019, 10:35 neon1024 You do that the other way around
# Apr 29th 2019, 10:35 neon1024 You don’t set layout variables in a template
# Apr 29th 2019, 10:35 neon1024 You can’t.
# Apr 29th 2019, 10:35 neon1024 Your second question is basic
# Apr 29th 2019, 10:34 neon1024 Twig isn’t really Cake related
# Apr 29th 2019, 10:29 noel Can anyone help with these? https://stackoverflow.com/questions/55682190/how-to-get-the-output-of-tostring-when-using-debug-mode-for-twig https://stackoverflow.com/questions/55681973/how-can-one-set-layout-variables-in-cake-widget-view-or-template
# Apr 29th 2019, 10:09 welo.lamacchia mmm i saw that send() method returns headers, subject and body of mail but not status..
# Apr 29th 2019, 09:57 neon1024 I think that the `send()` method returns that
# Apr 29th 2019, 09:52 welo.lamacchia good morning, are there a way to know if email was send from MailerAwareTrait ??
# Apr 29th 2019, 07:51 neon1024 Hey all :wave:
# Apr 28th 2019, 18:44 waspinator `example.com/users/index.json?page=2` works
# Apr 28th 2019, 18:43 waspinator sorry, I missed the `sort, direction, limit, and page` of the docs
# Apr 28th 2019, 18:41 dereuromark whats wrong with pagination?
# Apr 28th 2019, 18:37 waspinator crud plugin specifically
# Apr 28th 2019, 18:34 waspinator for example if I access `example.com/users/index.json`, how would I select the second page?
# Apr 28th 2019, 18:33 waspinator is there a convention on page selection?
# Apr 28th 2019, 10:14 neon1024 Which might yeild some results, as your question was at 00:20 my local time so I wouldnt have been online ;)
# Apr 28th 2019, 10:13 neon1024 @noel Sorry to hear that. This channel is the best place to get support in my opinion, but there is also the support forum https://discourse.cakephp.org/
# Apr 28th 2019, 10:12 neon1024 Morning all
# Apr 28th 2019, 03:18 COOurb $q->select("num", "date" => max("date"))?
# Apr 28th 2019, 03:18 COOurb hi, how can I get Max() value with query builder?