home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 700319656

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/978#issuecomment-700319656 https://api.github.com/repos/simonw/datasette/issues/978 700319656 MDEyOklzc3VlQ29tbWVudDcwMDMxOTY1Ng== 9599 2020-09-28T22:36:44Z 2020-09-28T22:36:44Z OWNER Weirdly even those leading 0s doesn't fix it: <img width="600" alt="Real-time_HTML_Editor_and_Using_character_escapes_in_markup_and_CSS" src="https://user-images.githubusercontent.com/9599/94492937-44775b00-01a0-11eb-9c5f-e991af620404.png"> But... padding to six characters does! See https://www.w3.org/International/questions/qa-escapes <img width="607" alt="Real-time_HTML_Editor_and_Using_character_escapes_in_markup_and_CSS" src="https://user-images.githubusercontent.com/9599/94492988-61139300-01a0-11eb-8304-bffe448c7d2b.png"> ``` In [32]: print('\\' + "{:X}".format(ord('"')).zfill(6)) \000022 ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 710506708  
Powered by Datasette · Queries took 1.081ms