issue_comments
21 rows where "created_at" is on date 2020-05-03 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, created_at (date), updated_at (date)
user 1
- simonw · 21 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 623199750 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623199750 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5OTc1MA== | simonw 9599 | 2020-05-03T23:17:58Z | 2020-05-03T23:17:58Z | MEMBER | Reading this source code is really useful for figuring out how to store a photo in a DB table: https://github.com/RhetTbull/osxphotos/blob/7444b6d173918a3ad2a07aefce5ecf054786c787/osxphotos/photoinfo.py |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623199701 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623199701 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5OTcwMQ== | simonw 9599 | 2020-05-03T23:17:38Z | 2020-05-03T23:17:38Z | MEMBER | Record burst_uuid as a column:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623199214 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623199214 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5OTIxNA== | simonw 9599 | 2020-05-03T23:14:08Z | 2020-05-03T23:14:08Z | MEMBER | Albums have UUIDs:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623198986 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623198986 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5ODk4Ng== | simonw 9599 | 2020-05-03T23:12:31Z | 2020-05-03T23:12:46Z | MEMBER | To get the taken date in UTC: ``` from datetime import timezone (Pdb) photo.date.astimezone(timezone.utc).isoformat() '2018-02-13T20:21:31.620000+00:00' (Pdb) photo.date.astimezone(timezone.utc).isoformat().split(".") ['2018-02-13T20:21:31', '620000+00:00'] (Pdb) photo.date.astimezone(timezone.utc).isoformat().split(".")[0] '2018-02-13T20:21:31' (Pdb) photo.date.astimezone(timezone.utc).isoformat().split(".")[0] + "+00:00" '2018-02-13T20:21:31+00:00' ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623198653 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623198653 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5ODY1Mw== | simonw 9599 | 2020-05-03T23:09:57Z | 2020-05-03T23:09:57Z | MEMBER | For locations: I'll add |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623195197 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623195197 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5NTE5Nw== | simonw 9599 | 2020-05-03T22:44:33Z | 2020-05-03T22:44:33Z | MEMBER | Command will be this:
This will populate a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623193947 | https://github.com/dogsheep/dogsheep-photos/issues/1#issuecomment-623193947 | https://api.github.com/repos/dogsheep/dogsheep-photos/issues/1 | MDEyOklzc3VlQ29tbWVudDYyMzE5Mzk0Nw== | simonw 9599 | 2020-05-03T22:36:17Z | 2020-05-03T22:36:17Z | MEMBER | I'm going to use osxphotos for this. Since I've already got code to upload photos and insert them into a table based on their |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Import photo metadata from Apple Photos into SQLite 602533300 | |
| 623128528 | https://github.com/simonw/sqlite-utils/issues/107#issuecomment-623128528 | https://api.github.com/repos/simonw/sqlite-utils/issues/107 | MDEyOklzc3VlQ29tbWVudDYyMzEyODUyOA== | simonw 9599 | 2020-05-03T15:36:58Z | 2020-05-03T15:36:58Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-view CLI command 611222968 | ||
| 623127140 | https://github.com/simonw/sqlite-utils/issues/107#issuecomment-623127140 | https://api.github.com/repos/simonw/sqlite-utils/issues/107 | MDEyOklzc3VlQ29tbWVudDYyMzEyNzE0MA== | simonw 9599 | 2020-05-03T15:27:22Z | 2020-05-03T15:27:22Z | OWNER | Syntax:
Also accepts |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-view CLI command 611222968 | |
| 623126943 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623126943 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzEyNjk0Mw== | simonw 9599 | 2020-05-03T15:25:55Z | 2020-05-03T15:25:55Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | ||
| 623120166 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623120166 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzEyMDE2Ng== | simonw 9599 | 2020-05-03T14:38:59Z | 2020-05-03T14:38:59Z | OWNER | I'll stick with requiring all three fk arguments. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | |
| 623051550 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623051550 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzA1MTU1MA== | simonw 9599 | 2020-05-03T04:17:18Z | 2020-05-03T04:17:18Z | OWNER | Be nice if you could do |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | |
| 623051447 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623051447 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzA1MTQ0Nw== | simonw 9599 | 2020-05-03T04:15:52Z | 2020-05-03T04:15:52Z | OWNER | Supporting |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | |
| 623051392 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623051392 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzA1MTM5Mg== | simonw 9599 | 2020-05-03T04:15:05Z | 2020-05-03T04:15:05Z | OWNER | I need tests for what happens if table already exists, or if the user provides invalid column types. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | |
| 623050458 | https://github.com/simonw/sqlite-utils/issues/108#issuecomment-623050458 | https://api.github.com/repos/simonw/sqlite-utils/issues/108 | MDEyOklzc3VlQ29tbWVudDYyMzA1MDQ1OA== | simonw 9599 | 2020-05-03T04:00:32Z | 2020-05-03T04:00:32Z | OWNER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Documentation unit tests for CLI commands 611326701 | |
| 623050375 | https://github.com/simonw/sqlite-utils/issues/108#issuecomment-623050375 | https://api.github.com/repos/simonw/sqlite-utils/issues/108 | MDEyOklzc3VlQ29tbWVudDYyMzA1MDM3NQ== | simonw 9599 | 2020-05-03T03:59:16Z | 2020-05-03T03:59:27Z | OWNER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Documentation unit tests for CLI commands 611326701 | |
| 623049505 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623049505 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzA0OTUwNQ== | simonw 9599 | 2020-05-03T03:45:32Z | 2020-05-03T03:45:32Z | OWNER | Could take |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | |
| 623048530 | https://github.com/simonw/sqlite-utils/issues/27#issuecomment-623048530 | https://api.github.com/repos/simonw/sqlite-utils/issues/27 | MDEyOklzc3VlQ29tbWVudDYyMzA0ODUzMA== | simonw 9599 | 2020-05-03T03:30:31Z | 2020-05-03T03:30:31Z | OWNER | Copy the design for |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
sqlite-utils create-table command 455496504 | |
| 623047233 | https://github.com/simonw/datasette/issues/151#issuecomment-623047233 | https://api.github.com/repos/simonw/datasette/issues/151 | MDEyOklzc3VlQ29tbWVudDYyMzA0NzIzMw== | simonw 9599 | 2020-05-03T03:11:16Z | 2020-05-03T03:11:16Z | OWNER | Now live at https://latest.datasette.io/-/patterns |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Set up a pattern portfolio 276718605 | |
| 623044858 | https://github.com/simonw/datasette/issues/151#issuecomment-623044858 | https://api.github.com/repos/simonw/datasette/issues/151 | MDEyOklzc3VlQ29tbWVudDYyMzA0NDg1OA== | simonw 9599 | 2020-05-03T02:37:03Z | 2020-05-03T02:37:03Z | OWNER | I'm going to put this at |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Set up a pattern portfolio 276718605 | |
| 623038378 | https://github.com/dogsheep/github-to-sqlite/issues/38#issuecomment-623038378 | https://api.github.com/repos/dogsheep/github-to-sqlite/issues/38 | MDEyOklzc3VlQ29tbWVudDYyMzAzODM3OA== | simonw 9599 | 2020-05-03T01:21:13Z | 2020-05-03T01:21:13Z | MEMBER | No this is really useful feedback! I'm so close to this project that I miss what's not obvious to people dropping in for the first time. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
[Feature Request] Support Repo Name in Search 🥺 611284481 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
issue 6