issue_comments
5 rows where issue = 322591993 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Refactor views · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
388628966 | https://github.com/simonw/datasette/pull/257#issuecomment-388628966 | https://api.github.com/repos/simonw/datasette/issues/257 | MDEyOklzc3VlQ29tbWVudDM4ODYyODk2Ng== | simonw 9599 | 2018-05-13T14:00:47Z | 2018-05-13T14:06:35Z | OWNER | Running specific tests:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor views 322591993 | |
388627281 | https://github.com/simonw/datasette/pull/257#issuecomment-388627281 | https://api.github.com/repos/simonw/datasette/issues/257 | MDEyOklzc3VlQ29tbWVudDM4ODYyNzI4MQ== | simonw 9599 | 2018-05-13T13:36:21Z | 2018-05-13T13:36:21Z | OWNER | https://github.com/rtfd/readthedocs.org/issues/3812#issuecomment-373780860 suggests Python 3.5.2 may have the fix. Yup, that worked: ``` pyenv install 3.5.2 rm -rf venv35 /Users/simonw/.pyenv/versions/3.5.2/bin/python -mvenv venv35 source venv35/bin/activate Not sure why I need this in my local environment but I do:pip install datasette_plugin_demos python setup.py test ``` This is now giving me the same test failure locally that I am seeing in Travis. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor views 322591993 | |
388626804 | https://github.com/simonw/datasette/pull/257#issuecomment-388626804 | https://api.github.com/repos/simonw/datasette/issues/257 | MDEyOklzc3VlQ29tbWVudDM4ODYyNjgwNA== | simonw 9599 | 2018-05-13T13:28:20Z | 2018-05-13T13:28:20Z | OWNER | Unfortunately, running
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor views 322591993 | |
388626721 | https://github.com/simonw/datasette/pull/257#issuecomment-388626721 | https://api.github.com/repos/simonw/datasette/issues/257 | MDEyOklzc3VlQ29tbWVudDM4ODYyNjcyMQ== | simonw 9599 | 2018-05-13T13:27:04Z | 2018-05-13T13:27:04Z | OWNER | I managed to get Python 3.5.0 running on my laptop using pyenv. Here's the incantation I used: ``` Install pyenv using homebrew (turns out I already had it)brew install pyenv Check which versions of Python I have installedpyenv versions Install Python 3.5.0pyenv install 3.5.0 Figure out where pyenv has been installing thingspyenv root Check I can run my newly installed Python 3.5.0/Users/simonw/.pyenv/versions/3.5.0/bin/python Use it to create a new virtualenv/Users/simonw/.pyenv/versions/3.5.0/bin/python -mvenv venv35 source venv35/bin/activate Install datasette into that virtualenvpython setup.py install ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor views 322591993 | |
388625703 | https://github.com/simonw/datasette/pull/257#issuecomment-388625703 | https://api.github.com/repos/simonw/datasette/issues/257 | MDEyOklzc3VlQ29tbWVudDM4ODYyNTcwMw== | simonw 9599 | 2018-05-13T13:10:09Z | 2018-05-13T13:10:09Z | OWNER | I'm still seeing intermittent Python 3.5 failures due to dictionary ordering differences. https://travis-ci.org/simonw/datasette/jobs/378356802 ```
To solve these cleanly I need to be able to run Python 3.5 on my local laptop rather than relying on Travis every time. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Refactor views 322591993 |
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]);
user 1