home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 790677360 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 1

  • dcherian · 3 ✖

issue 1

  • 📚 New theme & rearrangement of the docs · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
791020652 https://github.com/pydata/xarray/pull/4835#issuecomment-791020652 https://api.github.com/repos/pydata/xarray/issues/4835 MDEyOklzc3VlQ29tbWVudDc5MTAyMDY1Mg== dcherian 2448579 2021-03-04T23:13:09Z 2021-03-04T23:13:09Z MEMBER

Anderson, I like the RTD-like sidebar. I think every pydata user is conditioned to look at the left sidebar to navigate the documentation :) so preserving it is nice.

Can we add another level of organization to API reference in the sidebar: "Top-Level Functions", "Dataset" etc.?

Another minor comment: How about renaming "external resources" to "Tutorials & Videos"? Similarly "Related projects" to "Ecosystem"?

It'd be nice to get the left sidebar to "pin" like the right one. Right now if you scroll enough ,it disappears

In general, this is very awesome. I think we should merge soon and iterate further.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  📚 New theme & rearrangement of the docs 790677360
773492200 https://github.com/pydata/xarray/pull/4835#issuecomment-773492200 https://api.github.com/repos/pydata/xarray/issues/4835 MDEyOklzc3VlQ29tbWVudDc3MzQ5MjIwMA== dcherian 2448579 2021-02-04T17:50:42Z 2021-02-04T17:51:03Z MEMBER

The tutorial/video resources are a bit hidden right now. It would be good to emphasize them somehow.

For e.g. matplotlib has (https://matplotlib.org/) Installation Documentation Examples Tutorials Contributing in their top bar, so my suggestion was to add Tutorials in the top bar. That would make the top bar a bit crowded which is why I suggested merging getting-started with the user-guide.

Let's wait for some more opinions before making changes.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  📚 New theme & rearrangement of the docs 790677360
773383340 https://github.com/pydata/xarray/pull/4835#issuecomment-773383340 https://api.github.com/repos/pydata/xarray/issues/4835 MDEyOklzc3VlQ29tbWVudDc3MzM4MzM0MA== dcherian 2448579 2021-02-04T15:14:33Z 2021-02-04T15:14:33Z MEMBER

Anderson, this newest version looks really great.

I noticed that https://xray--4835.org.readthedocs.build/en/4835/index.html#see-also is really a list of tutorials and talks, which would be nice to highlight.

So I wonder if it makes sense to move "Getting Started" under "User Guide" and add a new top-level "Tutorials"

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  📚 New theme & rearrangement of the docs 790677360

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 112.64ms · About: xarray-datasette