Log message #4161230

# At Username Text
# Jul 23rd 2018, 14:16 Craig four-oh-four
# Jul 23rd 2018, 14:16 Craig hmm github link isnt working
# Jul 23rd 2018, 14:15 Craig ah, thats exactly the answer i wanted :D thanks muchly!
# Jul 23rd 2018, 14:15 Craig after all, we cant expect you to keep antique docs around forever, right? ;)
# Jul 23rd 2018, 14:15 flavius https://github.com/cakephp/docs/tree/1.3
# Jul 23rd 2018, 14:15 flavius you can download the 1.3 documentation and have it run on your server :slightly_smiling_face:
# Jul 23rd 2018, 14:15 Craig we have a need to have the 1.3 docs to hand to maintain a legacy system for quite some time yet, and im concerned that some day i'll go for the cakephp 1.3 docs to check something and they'll be removed
# Jul 23rd 2018, 14:14 Craig hi. how long can the cakephp 1.3 docs be expected to remain on the cakephp website?
# Jul 23rd 2018, 13:54 dereuromark phpstorm is fast here :P
# Jul 23rd 2018, 13:46 flavius File uploaded https://cakesf.slack.com/files/U75U0UMR9/FBV3EG7PV/vs_code.gif / https://slack-files.com/T053DPNCM-FBV3EG7PV-aeea208c2b
# Jul 23rd 2018, 13:42 flavius but anyway, isn't there a way to speed up VS code at code suggestions?
# Jul 23rd 2018, 13:41 flavius 3.6.0 up to 3.6.2 used to say it was hard deprecated, i've been using those that's why i've fixed it everywhere in my code because eclipse was complaining :slightly_smiling_face:
# Jul 23rd 2018, 13:36 dereuromark yeah that is an old commit
# Jul 23rd 2018, 13:36 flavius i've done it a couple of times now, does not exhibit any caching behavior :P
# Jul 23rd 2018, 13:34 flavius i delete that, i type it again and AGAIN it takes 4 seconds to display the suggestion
# Jul 23rd 2018, 13:34 flavius in a controller i'm just typing `$this->getReq` and pressing ctrl+space... it takes 4 seconds to load the suggestion
# Jul 23rd 2018, 13:34 admad the intellisense plugin does caching
# Jul 23rd 2018, 13:33 flavius does vs code not have a caching mechanism?
# Jul 23rd 2018, 13:33 admad well if the java based monster works faster for you use that :slightly_smiling_face:
# Jul 23rd 2018, 13:32 flavius Eclipse
# Jul 23rd 2018, 13:32 admad @flavius "my other IDE" phpstorm?
# Jul 23rd 2018, 13:32 flavius File uploaded https://cakesf.slack.com/files/U75U0UMR9/FBUFG0LTS/image.png / https://slack-files.com/T053DPNCM-FBUFG0LTS-003cb2bc8f - it was for real deprecated, my IDE was showing it so i've fixed it with getRequest(), dereuromark then came along and updated it as a soft deprecation :slightly_smiling_face:
# Jul 23rd 2018, 13:31 admad child classes can use protected properties :slightly_smiling_face:
# Jul 23rd 2018, 13:31 admad "The property will become protected"
# Jul 23rd 2018, 13:31 flavius however, i believe there was one or two if not more releases with it being deprecated and my other IDE was going crazy so I've fixed that
# Jul 23rd 2018, 13:30 flavius https://github.com/cakephp/cakephp/blame/1f51a72d4b85ab98e0a1dcc195d50565c847724e/src/Controller/Controller.php#L128
# Jul 23rd 2018, 13:30 flavius ` * Deprecated 3.6.0: The property will become protected in 4.0.0. Use getRequest()/setRequest instead.` -- yeah, dereuro, you fixed that with a soft deprecation 3 months ago
# Jul 23rd 2018, 13:28 flavius File uploaded https://cakesf.slack.com/files/U75U0UMR9/FBV32722F/image.png / https://slack-files.com/T053DPNCM-FBV32722F-c33045996a - yeah, and i've disabled the native php typehinting as well
# Jul 23rd 2018, 13:28 admad @flavius have you installed the php intellisense plugin?
# Jul 23rd 2018, 13:27 dereuromark he might not have latest code, it is fixed there to a soft deprecation
# Jul 23rd 2018, 13:27 dereuromark for external use
# Jul 23rd 2018, 13:27 admad it's made protected instead of public, not deprecated
# Jul 23rd 2018, 13:27 dereuromark no
# Jul 23rd 2018, 13:27 flavius `$this->request` was deprecated
# Jul 23rd 2018, 13:26 styks1987 Their community page appears down too
# Jul 23rd 2018, 13:26 dereuromark inside controller you shouldnt need getRequest() :slightly_smiling_face:
# Jul 23rd 2018, 13:26 styks1987 Sorry this is off topic but I am at a loss where to find help on this. UPS test webservices appears to be down. I have no way to validate this outside of my connection. Does anyone know of a ups api status page?
# Jul 23rd 2018, 13:25 flavius where's @admad pinging doctor @admad :P
# Jul 23rd 2018, 13:24 flavius does VS code not cache anything?
# Jul 23rd 2018, 13:24 flavius and everything is on a SSD
# Jul 23rd 2018, 13:23 flavius 4 seconds of loading to be exact