jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

bug on the pymode tutorial page #273

Open LucidDream-J opened 5 years ago

LucidDream-J commented 5 years ago

Bug in the pymode tutorial page....

villares commented 5 years ago

Hi @LucidDream-J !

Can you please describe precisely what is wrong? Which of the many tutorials? Page, code snipet? Error message when you try some code?

Thanks!

LucidDream-J commented 5 years ago

Hi Alexander,

The the bug exists on tge tutorial page of the site. This particular page is not rendering / laying out properly. https://py.processing.org/tutorials/ Cheers

Sent from Samsung tablet -------- Original message -------- From: Alexandre B A Villares notifications@github.com Date: 13/08/2019 1:25 AM (GMT+08:00) To: "jdf/Processing.py-Bugs" Processing.py-Bugs@noreply.github.com Cc: LucidDream-J joseph_traff@hotmail.com, Mention mention@noreply.github.com Subject: Re: [jdf/Processing.py-Bugs] bug on the pymode tutorial page (#273)

Hi @LucidDream-Jhttps://github.com/LucidDream-J !

Can you please describe precisely what is wrong? Which of the many tutorials? Page, code snipet? Error message when you try some code?

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/jdf/Processing.py-Bugs/issues/273?email_source=notifications&email_token=ALUV4GB6TU3THMNP3OR5BELQEGMKBA5CNFSM4ILCURD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4DHOSY#issuecomment-520517451, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALUV4GCS2MQCBB67TX2TXC3QEGMKBANCNFSM4ILCURDQ.

villares commented 5 years ago

Hi @jeremydouglass! Have you seen this? :)

jeremydouglass commented 5 years ago

Interesting. I have been contributing actively to the reference, but I haven't looked at the tutorials. The last time Wayback archived that page was 2018-07-22 -- it looked like this.

https://web.archive.org/web/20180722210151/https://py.processing.org/tutorials/

The tutorials are all still being generated and published, and their tutorials page badges are there -- for example:

https://py.processing.org/tutorials/color/ https://py.processing.org/tutorials/color/imgs/color.jpg

...so it seems like just the tutorials page itself isn't being generated correctly.

villares commented 5 years ago

Could we just revert to the archived html as we try to fix this?

jeremydouglass commented 5 years ago

@jdf could probably monkey-patch the live site a static html file, sure. The html is generated (the html isn't in the repo), and I don't actually know how the site is uploaded to py.processing.org, or what server that is.

jeremydouglass commented 5 years ago

Okay, this is almost certainly the change that broke the tutorials page. It is a pull that was merged 6 days ago.

https://github.com/jdf/processing-py-site/commit/1bbe055b3bf86ec63c5df4569b29512f7ed85861#diff-da9d55715555a13de90e2df78bf60d2b

You could try reverting the whole thing. Or first just try reverting that change that drops |batch[3] -- that looks like an error (untested).

jeremydouglass commented 5 years ago

Closed by jdf/processing-py-site/pull/146