home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 505421892

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/521#issuecomment-505421892 https://api.github.com/repos/simonw/datasette/issues/521 505421892 MDEyOklzc3VlQ29tbWVudDUwNTQyMTg5Mg== 9599 2019-06-25T12:26:54Z 2019-06-25T12:26:54Z OWNER This is starting to shape up. Example template: ``` {% for row in display_rows %} <div> <hr> <h2 class="scientist"> {{ row["First_Name"] }} {{ row["Last_Name"] }} </h2> {% if row["Link_to_Photo"] %} <img style="max-width: 300px" src="{{ row["Link_to_Photo"] }}"> {% endif %} {% for cell in row.cells[3:] %} {% if cell.raw and cell.column != "createdTime" %} <p><strong>{{ cell.column }}: </strong>{{ cell.value }}</p> {% endif %} {% endfor %} </div> {% endfor %} ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 459621683  
Powered by Datasette · Queries took 0.832ms