arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
18 stars 3 forks source link

Cannot read code #1256

Open nathan-menhorn opened 5 months ago

nathan-menhorn commented 5 months ago

Description

Cannot read code block. Blends in with the background.

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

Formula

Internal issue ID

00c0bf10-d0ea-4121-859b-1a1d09f87206

Paper URL

https://arxiv.org/html/2404.07878v1

Browser

Chrome/124.0.0.0

Device Type

Desktop

html-feedback-bot[bot] commented 5 months ago

Location in document: lstnumberx7.10

Selected HTML:

Listing 1: Combined C and Assembly code for original memory allocation

1// C Code
2unsigned char message[32] = "This is a message to be signed";
3int ret = send(client_fd, message, sizeof(message),0);
4
5// Assembly Code
60x0000555555555413: movdqa 0xce5(%rip),%xmm0
70x000055555555541b: mov $0x20,%edx
github-actions[bot] commented 5 months ago

Hello @nathan-menhorn, thanks for the issue report! We are reviewing your report and will address it as soon as possible.

nathan-menhorn commented 5 months ago

image