home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 650898808

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/875#issuecomment-650898808 https://api.github.com/repos/simonw/datasette/issues/875 650898808 MDEyOklzc3VlQ29tbWVudDY1MDg5ODgwOA== 9599 2020-06-29T04:32:31Z 2020-06-29T04:33:30Z OWNER

I could borrow the implementation for this from datasette-auth-github https://github.com/simonw/datasette-auth-github/blob/182298b034ecb647971b65057d1d3e7b7fbbb482/datasette_auth_github/templates/base.html ```html+jinja {% extends "default:base.html" %}

{% block extra_head %}

<style type="text/css"> .hd .logout { float: right; text-align: right; padding-left: 1em; } </style>

{% endblock %}

{% block nav %} {{ super() }} {% if auth and auth.username %}

{{ auth.username }} · Log out

{% endif %} {% endblock %} ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
647103735  
Powered by Datasette · Queries took 0.742ms · About: github-to-sqlite