home / github / issue_comments

Menu
  • Search all tables
  • 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 %}


{{ row["First_Name"] }} {{ row["Last_Name"] }}

{% if row["Link_to_Photo"] %} {% endif %} {% for cell in row.cells[3:] %} {% if cell.raw and cell.column != "createdTime" %}

{{ cell.column }}: {{ cell.value }}

{% endif %} {% endfor %}

{% 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 11.692ms · About: github-to-sqlite