issue_comments
3 rows where author_association = "MEMBER", issue = 115556712 and user = 10050469 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Plot example broken in 0.6.1 · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
156038893 | https://github.com/pydata/xarray/issues/647#issuecomment-156038893 | https://api.github.com/repos/pydata/xarray/issues/647 | MDEyOklzc3VlQ29tbWVudDE1NjAzODg5Mw== | fmaussion 10050469 | 2015-11-12T09:05:40Z | 2015-11-12T09:05:40Z | MEMBER | I guess I can close this issue? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Plot example broken in 0.6.1 115556712 | |
155414356 | https://github.com/pydata/xarray/issues/647#issuecomment-155414356 | https://api.github.com/repos/pydata/xarray/issues/647 | MDEyOklzc3VlQ29tbWVudDE1NTQxNDM1Ng== | fmaussion 10050469 | 2015-11-10T13:04:58Z | 2015-11-10T13:04:58Z | MEMBER | Thanks. I've just tested it with my data which needed the two keywords |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Plot example broken in 0.6.1 115556712 | |
154650558 | https://github.com/pydata/xarray/issues/647#issuecomment-154650558 | https://api.github.com/repos/pydata/xarray/issues/647 | MDEyOklzc3VlQ29tbWVudDE1NDY1MDU1OA== | fmaussion 10050469 | 2015-11-07T07:40:07Z | 2015-11-07T08:09:08Z | MEMBER | Yes sorry: ``` python import xray import numpy as np import matplotlib.pyplot as plt import cartopy.crs as ccrs nlat = 15 nlon = 5 arr = np.random.randn(nlat, nlon) arr[0, 0] = np.nan atlantic = xray.DataArray(arr, coords = (np.linspace(50, 20, nlat), np.linspace(-60, -20, nlon)), dims = ('latitude', 'longitude')) ax = plt.axes(projection=ccrs.Orthographic(-50, 30)) atlantic.plot(ax=ax, origin='upper', aspect='equal', transform=ccrs.PlateCarree()) ax.set_global() ax.coastlines() ``` I just tested it on master and I have the same problem... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Plot example broken in 0.6.1 115556712 |
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