Possible regression: failed rendering of ReStructuredText files #86715
Replies: 38 comments 77 replies
-
Simple .rst files seem to work fine, so I guess we're just hitting some new complexity limit... |
Beta Was this translation helpful? Give feedback.
-
This one does not render any more, either: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst |
Beta Was this translation helpful? Give feedback.
-
At our end I've pinned it down to one patch that takes the file from rendering -> failing: https://github.com/Materials-Consortia/OPTIMADE/blob/450f5e4b22d044b30104784ff12bd8e3878c5470/optimade.rst vs https://github.com/Materials-Consortia/OPTIMADE/blob/b177978945e5755e9fbebb33557eec79be3e8746/optimade.rst (details in this PR Materials-Consortia/OPTIMADE#493) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Adding to this, the following are no longer even viewable (not getting the unicorn, getting error, something went wrong): |
Beta Was this translation helpful? Give feedback.
-
I've filed this under ticket |
Beta Was this translation helpful? Give feedback.
-
We are experiencing similar issues with Colour since a few days? (Unsure when it started exactly) Our README which was rendering fine has stopped rendering: https://github.com/colour-science/colour. We are also using reStructuredText! |
Beta Was this translation helpful? Give feedback.
-
Rendering is failing on all of our files above 1500-ish lines. There is noticeable lag and then the raw version is displayed. It breaks somewhere between 1000 and 1600 lines. |
Beta Was this translation helpful? Give feedback.
-
This should be a high priority to fix. https://github.com/HumanCellAtlas/dcp2/blob/main/docs/dcp2_system_design.rst Note that the Preview tab is active in the above screenshot but the display is as if the Code tab were active. |
Beta Was this translation helpful? Give feedback.
-
GitHub support responded
|
Beta Was this translation helpful? Give feedback.
-
The reply I got from Github Support when I created a ticket on this: |
Beta Was this translation helpful? Give feedback.
-
I hope they'll fix that soon. I'm also affected by this. I have a large file with several reStructuredText markup feature used and it was rendering fine: https://github.com/pierre-rouleau/pel/blob/master/doc/pel-manual.rst |
Beta Was this translation helpful? Give feedback.
-
The reStructuredText markup file here is not being rendered properly. |
Beta Was this translation helpful? Give feedback.
-
All of our .rst documents are now rendering again in the browser :D I spot-checked some of the broken documents in this thread, and they also render again. Hurray! |
Beta Was this translation helpful? Give feedback.
-
Related discussion about the underlined code issues people in here have mentioned: Code blocks appear as (underlined) links |
Beta Was this translation helpful? Give feedback.
-
Same problems here, previously nicely rendered README.rst broken: https://github.com/FalseNegativeLab/mlscorecheck Is this discussion visible to GitHub developers? |
Beta Was this translation helpful? Give feedback.
-
Not sure. I think mentioning this issue on Twitter or Mastodon with the appropriate tags might have more impact than doing a me-too here. |
Beta Was this translation helpful? Give feedback.
-
several of us have opened tickets, which unfortunately only seem to be
visible between Github and the person oening the ticket.
In my case they answered that internally they are aware and that they are
looking into it. After which at least my customer tickets get closed.
…On Sun, 14 Apr 2024 at 10:17, György Kovács ***@***.***> wrote:
Same problems here, previously nicely rendered README.rst broken:
https://github.com/FalseNegativeLab/mlscorecheck
Is this discussion visible to GitHub developers?
—
Reply to this email directly, view it on GitHub
<#86715 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABO6NLRIUV3M6ZDBWYLZSTY5JCTJAVCNFSM6AAAAABBYIXV4GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCMBYGI2DM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Lets I try to guess: there is so big security hole at github because of .. code-block:: , that maybe we have never see fix for ReStructuredText. |
Beta Was this translation helpful? Give feedback.
-
Code blocks are now rendering correctly for me although there are still some things out of whack |
Beta Was this translation helpful? Give feedback.
-
Hi, If you have specific examples of what's still not rendering correctly, can you please reply to this message with a URL and a short description of the rendering bug. Thanks |
Beta Was this translation helpful? Give feedback.
-
I noticed the same issue with our repository: https://github.com/tensorly/tensorly/edit/main/README.rst |
Beta Was this translation helpful? Give feedback.
-
https://github.com/bazelbuild/bazel-gazelle/blob/master/README.rst is broken on GitHub, but renders perfectly well elsewhere, e.g. in this Online reStructuredText editor |
Beta Was this translation helpful? Give feedback.
-
the image directive is still broken, it creates line breaks where it shouldn't. |
Beta Was this translation helpful? Give feedback.
-
Related: |
Beta Was this translation helpful? Give feedback.
-
This bug/regression persists. |
Beta Was this translation helpful? Give feedback.
-
Looks like some problems have recently been fixed. The list of tags at the top of my pages where recently sowing on separate lines. Now, they show one after the other, as they used to show. So...Good! Some improvements! All hope is not lost! |
Beta Was this translation helpful? Give feedback.
-
No one seems to mention that so far: is the root cause of all these due to GitHub switched from using There was a rendering issue I discussed above (https://github.com/orgs/community/discussions/86715#discussioncomment-9149986) and I later reported to pandoc (jgm/pandoc#9805) since they had the same issue. After the dev of pandoc fixed it, it was fixed on GitHub's end too now. |
Beta Was this translation helpful? Give feedback.
-
It's working fine for me now. Thanks for fixing this!! |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi, we have a technical specification hosted on GitHub that makes heavy use of ReStructuredText (https://github.com/Materials-Consortia/OPTIMADE/blob/develop/optimade.rst). Up until today, our specification was nicely rendered when people viewed it on GitHub, but now we only have the option to view the raw files. Is this a global change, a bug, or something specific to our file (rendering timeouts perhaps)?
Thanks!
EDIT: please see many other examples below. In our case we could isolate the changes which cause the specification not to render (simply seems to arise from document length rather than any particular rst feature, see https://github.com/orgs/community/discussions/86715#discussioncomment-8117857)
Beta Was this translation helpful? Give feedback.
All reactions