# |
Jul 23rd 2018, 14:25 |
flavius |
pip is for python like composer is for php and npm is for node :P |
# |
Jul 23rd 2018, 14:25 |
Craig |
yeah. i dont really do python, so this is new to me |
# |
Jul 23rd 2018, 14:25 |
flavius |
python packages? |
# |
Jul 23rd 2018, 14:24 |
Craig |
goes to install it |
# |
Jul 23rd 2018, 14:24 |
Craig |
what exactly is pip? |
# |
Jul 23rd 2018, 14:24 |
Craig |
hmmmm |
# |
Jul 23rd 2018, 14:19 |
flavius |
cool |
# |
Jul 23rd 2018, 14:19 |
flavius |
it's a different branch though |
# |
Jul 23rd 2018, 14:19 |
Craig |
looks like i can just build a pdf of it using docker. i think i'll do that |
# |
Jul 23rd 2018, 14:18 |
flavius |
missing the `.git` extesnion |
# |
Jul 23rd 2018, 14:18 |
flavius |
there you go then :slightly_smiling_face: |
# |
Jul 23rd 2018, 14:18 |
flavius |
https://github.com/cakephp/docs.git |
# |
Jul 23rd 2018, 14:18 |
Craig |
it does in browser, i tried to directly git clone it. silly me |
# |
Jul 23rd 2018, 14:17 |
Craig |
hmm |
# |
Jul 23rd 2018, 14:17 |
flavius |
i just clicked it, it works for me |
# |
Jul 23rd 2018, 14:16 |
Craig |
let me see if its just slightly typoed |
# |
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 |