home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1072834273

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/sqlite-utils/issues/416#issuecomment-1072834273 https://api.github.com/repos/simonw/sqlite-utils/issues/416 1072834273 IC_kwDOCGYnMM4_8ibh 9599 2022-03-18T21:36:05Z 2022-03-18T21:36:05Z OWNER

Python's str.encode() method has a errors= parameter that does something along these lines: https://docs.python.org/3/library/stdtypes.html#str.encode

errors may be given to set a different error handling scheme. The default for errors is 'strict', meaning that encoding errors raise a UnicodeError. Other possible values are 'ignore', 'replace', 'xmlcharrefreplace', 'backslashreplace' and any other name registered via codecs.register_error(),

Imitating this might be the way to go.

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