# |
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` |
# |
Jan 7th 2019, 15:52 |
neon1024 |
I don’t see the addPlugin method in my meta file though. Let me delete it and generate a new one |
# |
Jan 7th 2019, 15:51 |
dereuromark |
I know.. it should work, but for some reason just doesnt |
# |
Jan 7th 2019, 15:50 |
slackebot |
<neon1024> |
# |
Jan 7th 2019, 15:50 |
neon1024 |
Ah, this application is on 3.6.14 still |
# |
Jan 7th 2019, 15:48 |
neon1024 |
Sure, give me a minute to check it out |
# |
Jan 7th 2019, 15:44 |
dereuromark |
I have this weird thing, that addPlugin() doesnt work here: https://github.com/dereuromark/cakephp-ide-helper/pull/102 All other things still do, so I am not sure whats going.. |
# |
Jan 7th 2019, 15:44 |
neon1024 |
@dereuromark :point_left: PHP Storm |