issue_comments
4 rows where issue = 290593053 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray contrib module · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
359972620 | https://github.com/pydata/xarray/issues/1850#issuecomment-359972620 | https://api.github.com/repos/pydata/xarray/issues/1850 | MDEyOklzc3VlQ29tbWVudDM1OTk3MjYyMA== | benbovy 4160723 | 2018-01-23T23:54:33Z | 2018-01-23T23:55:02Z | MEMBER | To make methods even more discoverable, we might also add the
```python
```python
But maybe that's too much |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray contrib module 290593053 | |
359969044 | https://github.com/pydata/xarray/issues/1850#issuecomment-359969044 | https://api.github.com/repos/pydata/xarray/issues/1850 | MDEyOklzc3VlQ29tbWVudDM1OTk2OTA0NA== | benbovy 4160723 | 2018-01-23T23:36:23Z | 2018-01-23T23:36:23Z | MEMBER |
One repository for all contrib projects would be hard to maintain if we allow very specific projects, like a little xarray extension to work with the 'xyz' GCM model (which seems to be a common case for extensions). That said, it doesn't prevent us from adding bigger, generic repositories like
Hence the suggestion to choose some convention for package naming, e.g., something similar to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray contrib module 290593053 | |
359643132 | https://github.com/pydata/xarray/issues/1850#issuecomment-359643132 | https://api.github.com/repos/pydata/xarray/issues/1850 | MDEyOklzc3VlQ29tbWVudDM1OTY0MzEzMg== | benbovy 4160723 | 2018-01-23T01:50:23Z | 2018-01-23T01:50:23Z | MEMBER | Some additional thoughts: One thing that I like with contrib modules "protected" within the xarray namespace is that it would really help us choosing module names that are short, relevant and ideally the same that the However, it is likely that contrib modules may need domain-specific dependencies other than the ones used in xarray "core". With the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray contrib module 290593053 | |
359637860 | https://github.com/pydata/xarray/issues/1850#issuecomment-359637860 | https://api.github.com/repos/pydata/xarray/issues/1850 | MDEyOklzc3VlQ29tbWVudDM1OTYzNzg2MA== | benbovy 4160723 | 2018-01-23T01:21:42Z | 2018-01-23T01:23:08Z | MEMBER | I like the idea of regrouping contrib projects. I'd be +1 for the "separate repository" model, which looks indeed easier from a maintenance perspective. However, with this model it might probably be a good thing to also follow some package naming convention (see #1447 for discussion) so that we could easily identify contrib projects in, e.g.,
I'd see xarray contrib packages mainly provide |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray contrib module 290593053 |
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, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1