home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1045081042

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/1439#issuecomment-1045081042 https://api.github.com/repos/simonw/datasette/issues/1439 1045081042 IC_kwDOBm6k_c4-SqvS 9599 2022-02-18T19:44:12Z 2022-02-18T19:51:34Z OWNER

```python def dot_encode(s): return s.replace(".", "..").replace("/", "./")

def dot_decode(s): return s.replace("./", "/").replace("..", ".") ``` No need for hyphen encoding in this variant at all, which simplifies things a bit.

(Update: this is flawed, see https://github.com/simonw/datasette/issues/1439#issuecomment-1045086033)

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