Log message #4054143

# At Username Text
# Jul 19th 2017, 15:19 inoas and this is what I fear... and there hasn't been really a clear statement where this will go https://github.com/cakephp/cakephp/issues/10866#issuecomment-313391901
# Jul 19th 2017, 15:19 domgeek sorry to have tagged them but i posted this same post earlier on.. nobody replied me :sad:
# Jul 19th 2017, 15:18 inoas jeremyharris about feedback, maybe this is not the best solution, but what's your take on validation $options before consumption against a pattern/schema like so https://gist.github.com/ionas/94e961bf414c78362442041081dad3ca
# Jul 19th 2017, 15:18 inoas what issue anyway I didnt see it but "having problem with script"
# Jul 19th 2017, 15:17 jarard app works fine otherwise, but when my console tries to query a model I get the error
# Jul 19th 2017, 15:17 neon1024 Sorry @domgeek I don’t know a solution to your issue
# Jul 19th 2017, 15:17 inoas domgeek try to work with the community not single peeps ;)
# Jul 19th 2017, 15:17 jeremyharris I'm not at a computer at the moment sorry
# Jul 19th 2017, 15:17 jarard guys anyone familiar with missing mysql connection when running Console?
# Jul 19th 2017, 15:16 domgeek @neon1024 @jeremyharris plz i need help here
# Jul 19th 2017, 15:16 jeremyharris Input is always welcome :slightly_smiling_face: the framework has always been a team effort
# Jul 19th 2017, 15:16 neon1024 @jeremyharris Oh in Stream!? Right, thanks :slightly_smiling_face:
# Jul 19th 2017, 15:16 inoas not necessarily but in 95% of the cases and that's enough for me to be happy and productive with cakephp ;)
# Jul 19th 2017, 15:15 neon1024 We’ll see, I’m sure the core team will make the right choice in the end
# Jul 19th 2017, 15:15 neon1024 I found the routing example very confusing. I think @steinkel has been working on routing scopes which, if I understand correctly, would address those concerns raised
# Jul 19th 2017, 15:15 inoas i mean use strict, strict method signatures, the pattern matching for $options that I have suggested or something simlar strict
# Jul 19th 2017, 15:14 neon1024 Well the errors are being overhauled soon
# Jul 19th 2017, 15:14 inoas and maybe a warning/exception if you use the generic table/entity ;)
# Jul 19th 2017, 15:14 neon1024 The discussion intrigues me as I never think about the actual design of the framework. I do find the posts by @OP contradictory though, complaining about statics in one message, but advocating more statics in another. It seems like someone who enjoys another framework more, but wants those features in CakePHP.
# Jul 19th 2017, 15:14 inoas the only changes I am looking for is ultra strict modes + verbose exceptions AND nullinflector across the model layer so that plural/singular is only being used for view template rendering / option labels / flash messages
# Jul 19th 2017, 15:13 inoas neon1024 tbh I am in the camp of 95% happy ;)
# Jul 19th 2017, 15:12 dereuromark any quick fixes for https://github.com/cakephp/cakephp/issues/10723#issuecomment-316418716 ? I would have expected the ORM to format this to valid MySQL or throw an exception.
# Jul 19th 2017, 15:12 neon1024 Hmm, interesting ticket Ionas :slightly_smiling_face:
# Jul 19th 2017, 15:11 jeremyharris Inoas no we don't, I think he's in the camp of people that want one. Or at least docs on how to implement one
# Jul 19th 2017, 15:10 jeremyharris @neon1024 there's a test in the adapter class here https://github.com/cakephp/cakephp/blob/master/tests/TestCase/Http/Client/Adapter/StreamTest.php
# Jul 19th 2017, 15:09 inoas the only queue I know is middlewarequeue
# Jul 19th 2017, 15:09 inoas we got a cronjob/queue system in the core now?
# Jul 19th 2017, 15:04 mirec yeah I will do a PR with that option, it's time to contribute
# Jul 19th 2017, 15:04 neon1024 ionas, I assume the generic introduction of a queue implementation to the core
# Jul 19th 2017, 15:03 jeremyharris Probably worker queue
# Jul 19th 2017, 15:02 inoas middleware queue?
# Jul 19th 2017, 15:02 inoas and another question (at burzum and all) - what queue system does he refer to https://github.com/cakephp/cakephp/issues/10852#issuecomment-315935939?
# Jul 19th 2017, 15:02 neon1024 No docs for it, and no core tests either
# Jul 19th 2017, 15:02 neon1024 Anyone know how I catch a timeout in the Cake\Http\Client? try() catch around the ->post(), or look for an http code in the response?
# Jul 19th 2017, 15:01 dereuromark We all fix things along the way via pull requests, if they are either missing or broken :slightly_smiling_face:
# Jul 19th 2017, 15:01 dereuromark Check the table option or maybe otherwise implement it maybe as PR.
# Jul 19th 2017, 15:00 mirec dereuromark: yep, that's probably how I did it yesterday. quiet uncomfortable when there are 54 tables :D never mind, thanks anyway
# Jul 19th 2017, 15:00 r3zam slackebot: thanks man
# Jul 19th 2017, 14:58 dereuromark but maybe there is some --table or sth, check -h help
# Jul 19th 2017, 14:58 dereuromark why not bake all and quickly remove the unneeded?
# Jul 19th 2017, 14:57 mirec please, how do I bake migration from existing database but for single table? I did it yesterday but do not remember how :D