Log message #4170052

# At Username Text
# Oct 4th 2018, 10:48 btx hmm that’s a new one lemme check
# Oct 4th 2018, 10:48 neon1024 Perhaps you could use Collection::chunk ?
# Oct 4th 2018, 10:47 btx probably streaming yeah, like return 1000 records, free up memory, do the next 1000
# Oct 4th 2018, 10:47 neon1024 Or do you mean streaming?
# Oct 4th 2018, 10:46 neon1024 @btx Sure, you can use `ob_start()` and `ob_end_flush()`
# Oct 4th 2018, 10:46 btx is there a way to .. buffer? .. results to the screen? I have an XML file that needs to be generated (Facebook Product Catalogue) and the dataset is too large to pull all at once
# Oct 4th 2018, 10:45 neon1024 Oh well
# Oct 4th 2018, 10:45 neon1024 It feels like that could be removed
# Oct 4th 2018, 10:45 narendravaghela if it is a string, it makes it an array with email as key and value
# Oct 4th 2018, 10:44 narendravaghela Email class checks if the key is string or array
# Oct 4th 2018, 10:44 narendravaghela :thinking_face:
# Oct 4th 2018, 10:43 neon1024 Cakes email class isn’t great
# Oct 4th 2018, 10:43 neon1024 I wonder why I am bothering trying to convert Cake Email into SendGrid, when I could just implement SendGrid directly
# Oct 4th 2018, 10:42 neon1024 :thinking_face:
# Oct 4th 2018, 10:42 neon1024 https://3v4l.org/Gd86j
# Oct 4th 2018, 10:39 narendravaghela :thumbsup:
# Oct 4th 2018, 10:39 neon1024 Thanks @narendravaghela that makes sense
# Oct 4th 2018, 10:39 neon1024 So the email is always the key
# Oct 4th 2018, 10:39 narendravaghela if you pass blank for name, it will keep email as name
# Oct 4th 2018, 10:38 narendravaghela `['example@example.com', 'example.second@example.com' => 'foo']`
# Oct 4th 2018, 10:38 neon1024 I should check the tests, that’s probably a good idea
# Oct 4th 2018, 10:37 neon1024 What if I mixed both?
# Oct 4th 2018, 10:37 narendravaghela getTo() returns array
# Oct 4th 2018, 10:37 neon1024 In which case, what does `getTo()` return? An array, or array of arrays
# Oct 4th 2018, 10:37 narendravaghela l
# Oct 4th 2018, 10:37 narendravaghela No, you can use array format as wel
# Oct 4th 2018, 10:37 neon1024 So do you just call it multiple times to add more recipients?
# Oct 4th 2018, 10:35 narendravaghela `->setTo('email', 'name')`
# Oct 4th 2018, 10:32 neon1024 Or, `[['example@example.com' => 'example'], ['example.second@example.com' => 'second']]`
# Oct 4th 2018, 10:32 neon1024 `['example@example.com', 'example.second@example.com']`
# Oct 4th 2018, 10:31 neon1024 What is the format of `Email::setTo()`?
# Oct 4th 2018, 09:59 neothermic sendgrid is awesome :P
# Oct 4th 2018, 09:54 narendravaghela Sure :thumbsup:
# Oct 4th 2018, 09:53 neon1024 @narendravaghela Might have some more questions for you later on! ;)
# Oct 4th 2018, 09:49 narendravaghela Yeah, just define them in before `send()` ;)
# Oct 4th 2018, 09:49 neon1024 @narendravaghela Thanks! I think I’m going to stick with the templates in my application if I can
# Oct 4th 2018, 09:37 narendravaghela Alpha Employee ???
# Oct 4th 2018, 09:37 Guest69296 so no of course.
# Oct 4th 2018, 09:36 Guest69296 32 WAYS TO BECOME THE ALPHA EMPLOYEE
# Oct 4th 2018, 09:36 Guest69296 confuse ppl even more
# Oct 4th 2018, 09:36 Guest69296 Celelibi: I'm looking to do the same. Mainly it's the basic paradigms that are bugging me. I understand writing to and reading from registers, but I need to learn timers, PWM and such. And how the actual code looks like outside arduino