issue_comments
6 rows where issue = 314506446 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Ability for plugins to define extra JavaScript and CSS · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 382048582 | https://github.com/simonw/datasette/issues/214#issuecomment-382048582 | https://api.github.com/repos/simonw/datasette/issues/214 | MDEyOklzc3VlQ29tbWVudDM4MjA0ODU4Mg== | simonw 9599 | 2018-04-17T16:04:42Z | 2018-04-18T02:24:46Z | OWNER | One possible option: let plugins bundle their own |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability for plugins to define extra JavaScript and CSS 314506446 | |
| 382069980 | https://github.com/simonw/datasette/issues/214#issuecomment-382069980 | https://api.github.com/repos/simonw/datasette/issues/214 | MDEyOklzc3VlQ29tbWVudDM4MjA2OTk4MA== | simonw 9599 | 2018-04-17T17:08:28Z | 2018-04-17T17:08:28Z | OWNER | Even if we automatically serve ALL |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability for plugins to define extra JavaScript and CSS 314506446 | |
| 382038613 | https://github.com/simonw/datasette/issues/214#issuecomment-382038613 | https://api.github.com/repos/simonw/datasette/issues/214 | MDEyOklzc3VlQ29tbWVudDM4MjAzODYxMw== | simonw 9599 | 2018-04-17T15:38:23Z | 2018-04-17T15:38:23Z | OWNER | I figured out the recipe for bundling static assets in a plugin: https://github.com/simonw/datasette-plugin-demos/commit/26c5548f4ab7c6cc6d398df17767950be50d0edf (and then Having done that, I ran ```
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability for plugins to define extra JavaScript and CSS 314506446 | |
| 381612585 | https://github.com/simonw/datasette/issues/214#issuecomment-381612585 | https://api.github.com/repos/simonw/datasette/issues/214 | MDEyOklzc3VlQ29tbWVudDM4MTYxMjU4NQ== | simonw 9599 | 2018-04-16T14:10:16Z | 2018-04-16T14:10:16Z | OWNER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability for plugins to define extra JavaScript and CSS 314506446 | |
| 381491707 | https://github.com/simonw/datasette/issues/214#issuecomment-381491707 | https://api.github.com/repos/simonw/datasette/issues/214 | MDEyOklzc3VlQ29tbWVudDM4MTQ5MTcwNw== | simonw 9599 | 2018-04-16T06:21:23Z | 2018-04-16T06:21:23Z | OWNER | This looks like a good example: https://github.com/funkey/nyroglancer/commit/d4438ab42171360b2b8e9020f672846dd70c8d80 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability for plugins to define extra JavaScript and CSS 314506446 | |
| 381490361 | https://github.com/simonw/datasette/issues/214#issuecomment-381490361 | https://api.github.com/repos/simonw/datasette/issues/214 | MDEyOklzc3VlQ29tbWVudDM4MTQ5MDM2MQ== | simonw 9599 | 2018-04-16T06:13:02Z | 2018-04-16T06:13:02Z | OWNER | Packaging JS and CSS in a pip installable wheel is fiddly but possible. http://peak.telecommunity.com/DevCenter/PythonEggs#accessing-package-resources |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability for plugins to define extra JavaScript and CSS 314506446 |
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