home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 457080809 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 2

  • max-sixty 4
  • shoyer 2

issue 1

  • Fix pandas-dev tests · 6 ✖

author_association 1

  • MEMBER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
506600574 https://github.com/pydata/xarray/pull/3029#issuecomment-506600574 https://api.github.com/repos/pydata/xarray/issues/3029 MDEyOklzc3VlQ29tbWVudDUwNjYwMDU3NA== shoyer 1217238 2019-06-28T04:59:46Z 2019-06-28T04:59:46Z MEMBER

This is working on Azure, which has a longer build timeout.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pandas-dev tests  457080809
505967580 https://github.com/pydata/xarray/pull/3029#issuecomment-505967580 https://api.github.com/repos/pydata/xarray/issues/3029 MDEyOklzc3VlQ29tbWVudDUwNTk2NzU4MA== max-sixty 5635139 2019-06-26T17:19:43Z 2019-06-26T17:19:43Z MEMBER

It probably makes sense to use a separate pip install afterwards to install pandas

To confirm, does this mean running a separate pip install git+https://github.com/pandas-dev/pandas.git after the install? We already have a separate pip section in the conda environment (I generally don't use conda so am not well-versed in this)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pandas-dev tests  457080809
504013893 https://github.com/pydata/xarray/pull/3029#issuecomment-504013893 https://api.github.com/repos/pydata/xarray/issues/3029 MDEyOklzc3VlQ29tbWVudDUwNDAxMzg5Mw== shoyer 1217238 2019-06-20T12:53:14Z 2019-06-20T12:53:14Z MEMBER

It probably makes sense to use a separate pip install afterwards to install pandas. That lets us leverage conda for all the binary dependencies, and on the whole should go much faster.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pandas-dev tests  457080809
502865632 https://github.com/pydata/xarray/pull/3029#issuecomment-502865632 https://api.github.com/repos/pydata/xarray/issues/3029 MDEyOklzc3VlQ29tbWVudDUwMjg2NTYzMg== max-sixty 5635139 2019-06-17T21:54:49Z 2019-06-17T21:54:49Z MEMBER

I had this passing a couple of times (e.g. https://travis-ci.org/max-sixty/xarray/builds/546932430), I think this those didn't fix some fundamental problem rather - the end of the conda install stalls for around ten minutes - travis will error the build if it's silent for ten minutes - those builds were slightly less than ten minutes

I'll pause here for the moment; let me know if anyone has any bright ideas

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pandas-dev tests  457080809
502846459 https://github.com/pydata/xarray/pull/3029#issuecomment-502846459 https://api.github.com/repos/pydata/xarray/issues/3029 MDEyOklzc3VlQ29tbWVudDUwMjg0NjQ1OQ== max-sixty 5635139 2019-06-17T20:52:10Z 2019-06-17T20:52:10Z MEMBER

This is how dask installs the 'nightlies' (I'm guessing these are similar to the master branch): https://github.com/dask/dask/blob/master/continuous_integration/travis/install.sh

...maybe we need to do this; ideally we could make a smaller tweak...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pandas-dev tests  457080809
502835872 https://github.com/pydata/xarray/pull/3029#issuecomment-502835872 https://api.github.com/repos/pydata/xarray/issues/3029 MDEyOklzc3VlQ29tbWVudDUwMjgzNTg3Mg== max-sixty 5635139 2019-06-17T20:20:42Z 2019-06-17T20:20:42Z MEMBER

We're not alone: https://github.com/conda/conda/issues/6986

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pandas-dev tests  457080809

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 496.157ms · About: xarray-datasette