home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 613579881 and user = 4806877 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • jsignell · 7 ✖

issue 1

  • expanded HTML repr when opening notebook · 7 ✖

author_association 1

  • CONTRIBUTOR 7
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
626905024 https://github.com/pydata/xarray/issues/4041#issuecomment-626905024 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjkwNTAyNA== jsignell 4806877 2020-05-11T19:19:51Z 2020-05-11T19:19:51Z CONTRIBUTOR

Yes that seems like the explanation. Thanks @benbovy! I would expect dask to have the same behavior then since they pass in the style tag in the same way.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881
626869393 https://github.com/pydata/xarray/issues/4041#issuecomment-626869393 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjg2OTM5Mw== jsignell 4806877 2020-05-11T18:16:36Z 2020-05-11T18:16:36Z CONTRIBUTOR

Hmm. Ok. I'm still not sure why the html would get messed up under that scenario though.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881
626860177 https://github.com/pydata/xarray/issues/4041#issuecomment-626860177 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjg2MDE3Nw== jsignell 4806877 2020-05-11T17:59:49Z 2020-05-11T17:59:49Z CONTRIBUTOR

Does it seem possible that you had originally run it in jlab and then opened it in notebook or vice versa? I've seen html output get kind of messed up under those conditions, but I've never really stopped to debug it thoroughly.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881
626848249 https://github.com/pydata/xarray/issues/4041#issuecomment-626848249 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjg0ODI0OQ== jsignell 4806877 2020-05-11T17:39:12Z 2020-05-11T17:39:12Z CONTRIBUTOR

It seems like the auto-update thing works for css, but not for icons.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881
626846717 https://github.com/pydata/xarray/issues/4041#issuecomment-626846717 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjg0NjcxNw== jsignell 4806877 2020-05-11T17:36:33Z 2020-05-11T17:36:33Z CONTRIBUTOR

Huh and if you re-run cell 69 does it render correctly? I'm on chrome 80, but if you were seeing this in firefox as well it seems like it's more likely to be a jupyterlab thing.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881
626721909 https://github.com/pydata/xarray/issues/4041#issuecomment-626721909 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjcyMTkwOQ== jsignell 4806877 2020-05-11T14:04:31Z 2020-05-11T14:04:31Z CONTRIBUTOR

I can't reproduce:

Tried on chrome and firefox on linux. Can you inspect the element in your browser console and see if there is a <style></style> section for the repr? It seems like that might not be getting in properly

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881
626712595 https://github.com/pydata/xarray/issues/4041#issuecomment-626712595 https://api.github.com/repos/pydata/xarray/issues/4041 MDEyOklzc3VlQ29tbWVudDYyNjcxMjU5NQ== jsignell 4806877 2020-05-11T13:47:44Z 2020-05-11T13:47:44Z CONTRIBUTOR

Yeah I can take a look now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  expanded HTML repr when opening notebook 613579881

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