Log message #4172479

# At Username Text
# Jan 7th 2019, 18:54 admad They do help with the infrastructure and things like training but claiming they maintain the code would be a stretch
# Jan 7th 2019, 18:52 challgren And plus if CakeDC isnt even helping with the core anymore they shouldn’t advertise like they maintain the code
# Jan 7th 2019, 18:51 admad Yeah it's a common misconception :slightly_smiling_face:
# Jan 7th 2019, 18:50 challgren Well damm I was vastly wrong!
# Jan 7th 2019, 18:50 admad Hardly any active code contributers currently are.
# Jan 7th 2019, 18:49 challgren Ohh damm I though you core guys were Cake DC
# Jan 7th 2019, 18:49 admad I and many other regular contributors are not associated with cakedc in anyway
# Jan 7th 2019, 18:47 challgren True but doesnt CakeDC bring yall the dollar bills?
# Jan 7th 2019, 18:44 NickBusey But for the most part, yes. Almost all the code I write is open source. Some code for work isn't yet, but I'm working on getting that open source as well
# Jan 7th 2019, 18:43 NickBusey That's not my argument, my argument is that I prefer that such a central component of my workflow be open source so I can improve/fix/self host as needed
# Jan 7th 2019, 18:43 admad @challgren we definitely don't for Cake itself :slightly_smiling_face:
# Jan 7th 2019, 18:41 admad NickBusey: I presume all code you produce is open source?
# Jan 7th 2019, 18:36 challgren You mean we get paid to do this stuff?
# Jan 7th 2019, 18:27 dereuromark I know mine suck^^
# Jan 7th 2019, 18:26 dereuromark as you can also derive from the interface and usability often times :slightly_smiling_face:
# Jan 7th 2019, 18:26 dereuromark sure not as much as the big boys
# Jan 7th 2019, 18:25 NickBusey gitlab makes money :)
# Jan 7th 2019, 18:20 dereuromark everyone wants to make money
# Jan 7th 2019, 18:19 itmpls C.R.E.A.M
# Jan 7th 2019, 18:18 NickBusey It's crazy to me that the biggest open source hub is.. closed source
# Jan 7th 2019, 18:18 NickBusey Yep, I'm a Gitlab convert
# Jan 7th 2019, 18:17 dereuromark lol
# Jan 7th 2019, 18:14 challgren Gitlab FTW
# Jan 7th 2019, 18:13 admad I knew it was a matter of time once Microsoft took over
# Jan 7th 2019, 18:07 itmpls finally
# Jan 7th 2019, 18:07 itmpls jesus
# Jan 7th 2019, 18:02 admad Free private repos coming to GitHub. About time :slightly_smiling_face:
# Jan 7th 2019, 17:43 origamifreak2 Happy New Year Everyone!!! :slightly_smiling_face:
# Jan 7th 2019, 17:33 dereuromark all merged.
# Jan 7th 2019, 17:03 dereuromark @neon1024 Seems like interface works. So more like a phpstorm bug/limitation here^^
# Jan 7th 2019, 16:43 admad You need to turn off routes caching if you want to use closure in routing middleware https://github.com/cakephp/app/blob/master/src/Application.php#L78
# Jan 7th 2019, 16:32 josexato although I get warnings at ` [CORE/src/Cache/Engine/FileEngine.php, line 155]` sayin `Object of class Cake\Routing\RouteCollection could not be converted to string`
# Jan 7th 2019, 16:25 josexato yes, I've tested deactivating route serializarion, but I am not sure if that can create some disavantages
# Jan 7th 2019, 16:22 admad Have you turned off routes caching?
# Jan 7th 2019, 16:09 josexato now I am getting this error " Serialization of 'Closure' is not allowed"
# Jan 7th 2019, 16:08 josexato or is it possible to pass options to a middleware registered in the routing middleware?
# Jan 7th 2019, 16:08 josexato hello I'll rephrase a question, is it possible to pass a closure as part of the options of an scoped middleware?
# Jan 7th 2019, 16:06 dereuromark jep, like for all the other ones (which you can confirm to be working)
# Jan 7th 2019, 16:06 neon1024 @dereuromark Are you expecting a string completion here?
# Jan 7th 2019, 15:55 dereuromark well, that part always works :slightly_smiling_face:
# Jan 7th 2019, 15:54 neon1024 It does work if you use a FQCN with `::class`