Log message #4192635

# At Username Text
# Jul 10th 2019, 09:03 neon1024 It’s a good question. Perhaps @junichi0206_php can help with that
# Jul 10th 2019, 09:02 mfauzan828 #ask why cakephp is so much popular in japan ???
# Jul 10th 2019, 08:58 neon1024 @lorenzo Pretty quiet for me :slightly_smiling_face:
# Jul 10th 2019, 08:38 conehead Haha thank you. Can not promise anything yet ;)
# Jul 10th 2019, 08:35 lorenzo @conehead looking forward to meet you there!
# Jul 10th 2019, 08:34 lorenzo It’s going alright, thanks! Doing lot of things lately, which is always fun. How about yourself?
# Jul 10th 2019, 08:32 neon1024 How’s life @lorenzo? Hope all is well :slightly_smiling_face:
# Jul 10th 2019, 08:32 conehead Hm. Got no appointments yet on CakeFest. Flights are cheap. I will have a look
# Jul 10th 2019, 08:30 conehead *A wild Lorenzo appears*
# Jul 10th 2019, 08:29 lorenzo I’ve certainly been busy, but try to be of help when summoned
# Jul 10th 2019, 08:28 lorenzo lol
# Jul 10th 2019, 08:28 neon1024 See him in the flesh and attend CakeFest!
# Jul 10th 2019, 08:28 neon1024 Not like us mere mortals
# Jul 10th 2019, 08:27 neon1024 He’s a busy chap!
# Jul 10th 2019, 08:27 conehead Lorenzo, are you some kind of genie in a bottle? Almost never see you around, someone tags you, you reply instantly, will come up with an answer and probably afterwards you are going to disappear again? :$
# Jul 10th 2019, 08:25 lorenzo Ping me when you are back
# Jul 10th 2019, 08:25 lorenzo I think I have the answer now ionas
# Jul 10th 2019, 08:22 neon1024 Morning all :wave:
# Jul 10th 2019, 08:20 inoas I will need to drive a friend to doctor and be back later - I think a self join as a sub query on { notExists products_manufacturers OR exists (join on manufacturers + condition)) might work
# Jul 10th 2019, 08:16 lorenzo Let me think about it for a bit
# Jul 10th 2019, 08:16 inoas I suspect it should be notExists or exists with conditions
# Jul 10th 2019, 08:16 inoas so for most of these I need to do innerJoin or NotExists
# Jul 10th 2019, 08:15 inoas $conditionsGroup is just a nested array with table prefixes and fieldnames where the filtering from the outside comes from that applies the where conditions
# Jul 10th 2019, 08:15 inoas lorenzo it looks like this https://gist.github.com/inoas/f8fa634ff3c8fee07df7775027c4d3f5
# Jul 10th 2019, 08:14 conehead Unfortunately docker volume mounts are incredibly slow on Windows machines.
# Jul 10th 2019, 08:13 inoas lorenzo I am not entirely following the union thing
# Jul 10th 2019, 08:12 admad charolastra: hehe
# Jul 10th 2019, 08:12 admad i do have a db and file server for when things need be shared by team
# Jul 10th 2019, 08:12 inoas https://gist.github.com/inoas/8c961851c9c9510c83e287ae14942fab
# Jul 10th 2019, 08:11 charolastra i'm working on a remote VM. the justification is that the boss said so :P
# Jul 10th 2019, 08:10 admad i am probably in minority who just develops locally on linux
# Jul 10th 2019, 08:10 inoas it is for two cakephp apps living in application/http and application-ioms/http so you can strip out all the -ioms stuff (it is a service the main app relies on)
# Jul 10th 2019, 08:09 inoas I ll share you the docker compose file
# Jul 10th 2019, 08:09 inoas I setup some docker compose thing to create nginx/mariadb/postgres/cli-php/etc
# Jul 10th 2019, 08:09 lorenzo Hehe yes
# Jul 10th 2019, 08:09 admad mostly people don't work on FB level scale
# Jul 10th 2019, 08:09 admad @lorenzo that falls under "very good justifications" :slightly_smiling_face:
# Jul 10th 2019, 08:08 inoas even on some clients machines for local testing
# Jul 10th 2019, 08:08 inoas I am using docker as well
# Jul 10th 2019, 08:08 lorenzo That was because having the entries codebase in you personal laptop was too much
# Jul 10th 2019, 08:08 inoas so for every filter I would nest them to create dupes of queries and then union them?