Log message #4180361

# At Username Text
# Mar 22nd 2019, 01:41 cakephp444 test
# Mar 21st 2019, 23:35 dereuromark I finally finished my DTO plugin blogpost, enjoy, try it and give me some feedback plz: https://twitter.com/dereuromark/status/1108873977743765504
# Mar 21st 2019, 23:22 asdfgh why?
# Mar 21st 2019, 23:22 asdfgh but when i do foreach ($users as $user) i cannot read highlight in $user
# Mar 21st 2019, 23:22 asdfgh i mena running it via curl it works
# Mar 21st 2019, 23:21 asdfgh i can get it in query
# Mar 21st 2019, 23:21 asdfgh guys i am using cakephp-elasticsearch with elasticsearch "highlight"
# Mar 21st 2019, 21:04 devito gotcha
# Mar 21st 2019, 21:03 challgren @devito not virtual fields but you can use SQL in your where() to reproduce your generated column
# Mar 21st 2019, 18:17 devito sorry, is the 3.x orm capable of querying generated columns
# Mar 21st 2019, 18:16 devito cm capable of uerying qgenerated columns?
# Mar 21st 2019, 16:05 itmpls n/m
# Mar 21st 2019, 15:51 itmpls I have 2 listeners and they both have the same implementedEvents key - will both fire or will just the first one fire?
# Mar 21st 2019, 09:29 o0h @berarma Thanks! OK, I add ‘noinspection’ and continue to mutate it directly in instance member, until 4.0 come :)
# Mar 21st 2019, 09:26 berarma @o0h, I think that flag will be removed so you won't need it after 4.0. If you need to use it now and be future-proof you'll have to check for its existance. The deprecation warning will stay though.
# Mar 21st 2019, 08:31 o0h Hi! I try to my app upgrade to cakephp3.7 from 3.6. I have a question. In my app, I set false `View::hasRendered` to re-render view. Since 3.7, View->hasRendered is deprecated but `setRendered` api is not provided. Is there a good way to reset rendered flag ?
# Mar 21st 2019, 06:30 slackebot2 shopping carts... Bunch of code piled-up over years :(
# Mar 21st 2019, 06:30 acosonic Yeah, I was discussing it here, earlier... My team at first agreed to upgrade our old codebase to cake3, then they started to do it, and quit saying they want to do it in Laravel, because Cake 3 seemed like totally new thing, then they quit Laravel also, because we can't afford to work couple of months only on backend :slightly_smiling_face: It's a CMS/CRM sytem with monthly re-occuring payments, membership plans, landing pages, campaigns,
# Mar 21st 2019, 02:58 destinydriven In cake 2.10* is there any downside to using cacheQueries = true in AppModel?
# Mar 20th 2019, 20:22 dereuromark nah^^ but i tagged now anyway.
# Mar 20th 2019, 20:21 challgren I got dev-master running I just assumed ^3.14 would keep it 3.14.x
# Mar 20th 2019, 20:21 dereuromark u want to try dev-master though
# Mar 20th 2019, 20:21 dereuromark its called semver
# Mar 20th 2019, 19:01 challgren Weird I have “dereuromark/cakephp-queue”: “^3.14", in composer but got 3.15.1
# Mar 20th 2019, 19:00 challgren Ok let me push out a new build of my app
# Mar 20th 2019, 18:56 dereuromark give it a spin and let me know if u can tag a new minor
# Mar 20th 2019, 18:56 challgren Ok cool!
# Mar 20th 2019, 18:56 dereuromark auto cleaning processes that died
# Mar 20th 2019, 18:55 dereuromark this is also fixed in dev master now
# Mar 20th 2019, 18:55 dereuromark there u go^^
# Mar 20th 2019, 18:55 challgren Yep that was probably it
# Mar 20th 2019, 18:55 slackebot2 <challgren>
# Mar 20th 2019, 18:54 dereuromark also clear your processes
# Mar 20th 2019, 18:54 slackebot2 <challgren>
# Mar 20th 2019, 18:53 challgren `*/10 * * * * ~/bin/cake queue runworker -q` is my cron
# Mar 20th 2019, 18:53 dereuromark darn maybe the defaults dont get loaded in your case?
# Mar 20th 2019, 18:50 challgren I only run 2 at a time
# Mar 20th 2019, 18:49 dereuromark 'maxworkers' => 3 by default
# Mar 20th 2019, 18:48 dereuromark this is a protection against >> x workers spawned, overloading the server
# Mar 20th 2019, 18:48 dereuromark oh, set your count to a higher value. maybe the default is a bit too low?
# Mar 20th 2019, 18:47 challgren @dereuromark any idea on this? All I did was upgrade