home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 668515620 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, updated_at (date)

These facets timed out: issue

user 1

  • keewis · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
675706955 https://github.com/pydata/xarray/issues/4289#issuecomment-675706955 https://api.github.com/repos/pydata/xarray/issues/4289 MDEyOklzc3VlQ29tbWVudDY3NTcwNjk1NQ== keewis 14808389 2020-08-18T20:39:55Z 2020-08-18T20:42:44Z MEMBER

they don't want to add --no-deps to the install command (see https://github.com/readthedocs/readthedocs.org/issues/7345#issuecomment-675587158), but we can work around that by appending yaml - pip - pip: # path to the folder containing setup.py relative to the environment file # if I understand it correctly, this feature is only available when using editable installs - -e ../.. to our environment file (not sure if there's documentation about this, but there's an example file). Something similar should also work with requirements files.

I'll send in a PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  title bar of docs displays incorrect version 668515620
666479492 https://github.com/pydata/xarray/issues/4289#issuecomment-666479492 https://api.github.com/repos/pydata/xarray/issues/4289 MDEyOklzc3VlQ29tbWVudDY2NjQ3OTQ5Mg== keewis 14808389 2020-07-30T15:51:08Z 2020-07-30T15:51:08Z MEMBER

to fix that, we'd need to install the project using pip, but RTD uses --upgrade --upgrade-strategy eager without --no-deps which means we wouldn't be able to use version pinning. So I guess we have to wait on RTD?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  title bar of docs displays incorrect version 668515620
666329647 https://github.com/pydata/xarray/issues/4289#issuecomment-666329647 https://api.github.com/repos/pydata/xarray/issues/4289 MDEyOklzc3VlQ29tbWVudDY2NjMyOTY0Nw== keewis 14808389 2020-07-30T12:17:29Z 2020-07-30T12:17:29Z MEMBER

actually, it seems the reason for this is #3567: by not installing, we never call setuptools_scm to set the version (it doesn't use the 999 version we use as a fallback either, though, it uses the other version installed: right now 0.16.0)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  title bar of docs displays incorrect version 668515620
666314618 https://github.com/pydata/xarray/issues/4289#issuecomment-666314618 https://api.github.com/repos/pydata/xarray/issues/4289 MDEyOklzc3VlQ29tbWVudDY2NjMxNDYxOA== keewis 14808389 2020-07-30T11:40:25Z 2020-07-30T11:43:39Z MEMBER

thanks. Yes, there either seems to be something wrong with setuptool_scm, or we indeed didn't import the correct version of xarray (the build logs report that 0.15.1 was imported). This also doesn't work for the current latest: it says 0.16.0 instead of 0.16.1.devXY+gaabbccdd.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  title bar of docs displays incorrect version 668515620

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